#248439

Color #248439 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #248439

Tints of Japanese Laurel #248439

Color information

#248439 (or 0x248439) is unknown color: approx Japanese Laurel. HEX triplet: 24, 84 and 39. RGB value is (36,132,57). Sum of RGB (Red+Green+Blue) = 36+132+57=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 132 (51.95% from 255 or 58.67% from 225); Blue value is 57 (22.66% from 255 or 25.33% from 225); Max value from RGB is 132 - color contains mainly: green. Hex color #248439 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248439 is #DB7BC6. Grayscale: #5E5E5E. Windows color (decimal): -14384071 or 3769380. OLE color: 3769380.

HSL color Cylindrical-coordinate representation of color #248439: hue angle of 133.12º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248439 is Cyan = 0.73, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB3613257-
CMYK0.7300.570.48
HSL133.12º57.14%32.94%-
HSV(B)133.12º72.73%51.76%-
XYZ9.7217.176.67-
YUV94.75106.786.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 36 (14.45% from 255) = 16%
GREEN value IS 132 (51.95% from 255) = 58.67%
BLUE value IS 57 (22.66% from 255) = 25.33%
R=16%
G=58.67%
B=25.33%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal36132570.7300.570.48133.1257.1432.94
Hex2484394903930853921
Octal4420471111071602057141
Binary100100100001001110011001001011100111000010000101111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248439; }

 p { color: rgb(36,132,57); }

 H1.HeaderClassName
 {
   color: #248439;
 }
 .AnyTagClassName
 {
   color: #248439;
 }
</style>
background-color css

<style>
 a { background-color: #248439; }

 a { background-color: rgb(36,132,57); }

 div.DivClassName
 {
   background-color: #248439;
 }
 .BgClassName
 {
   background-color: #248439;
 }
</style>
border-color css

<style>
 span { border-color: #248439; }

 span { border-color: rgb(36,132,57); }

 td.TdClassName
 {
   border-color: #248439;
 }
 .TagClassName
 {
   border-color: #248439;
 }
</style>