Html Css Color HEX #248439 Japanese Laurel

📋 copy color: '#248439'

red 36 ◦ green 132 ◦ blue 57

#248439
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #248439

Tints of Japanese Laurel #248439

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 value IS 0.73

 M value IS 0

 Y value IS 0.57

 K value IS 0.48

RGB Variations

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

Color information

#248439 (or 0x248439) is known color: 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

RGB 36 132 57 -
CMYK 0.73 0 0.57 0.48
HSL 133.13º 0.57% 0.33% -
HSV(B) 133.13º 0.73% 0.52% -
XYZ 9.72 17.17 6.67 -
YUV 94.75 106.7 86.1 -
System Red Green Blue C M Y K H S L
Decimal 36 132 57 0.73 0 0.57 0.48 133.13 0.57 0.33
Hex 24 84 39 49 0 39 30 85 39 21
Octal 44 204 71 111 0 71 60 205 71 41
Binary 100100 10000100 111001 1001001 0 111001 110000 10000101 111001 100001

Color Harmonies of #248439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248439

Black with #248439

Text Example


Text Example

White with #248439

Text Example


Text Example

HTML Codes & Css Web 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>