Html Css Color HEX #248336 Japanese Laurel

📋 copy color: '#248336'

red 36 ◦ green 131 ◦ blue 54

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

Shades of Japanese Laurel #248336

Tints of Japanese Laurel #248336

RGB

 RED value IS 36 (14.45% from 255) = 16.29%

 GREEN value IS 131 (51.56% from 255) = 59.28%

 BLUE value IS 54 (21.48% from 255) = 24.43%

R = 16.29%
G = 59.28%
B = 24.43%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#248336 (or 0x248336) is known color: Japanese Laurel. HEX triplet: 24, 83 and 36. RGB value is (36,131,54). Sum of RGB (Red+Green+Blue) = 36+131+54=221 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.29% from 221); Green value is 131 (51.56% from 255 or 59.28% from 221); Blue value is 54 (21.48% from 255 or 24.43% from 221); Max value from RGB is 131 - color contains mainly: green. Hex color #248336 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248336 is #DB7CC9. Grayscale: #5E5E5E. Windows color (decimal): -14384330 or 3572516. OLE color: 3572516.

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

Color convert

RGB 36 131 54 -
CMYK 0.73 0 0.59 0.49
HSL 131.37º 0.57% 0.33% -
HSV(B) 131.37º 0.73% 0.51% -
XYZ 9.51 16.87 6.25 -
YUV 93.82 105.53 86.76 -
System Red Green Blue C M Y K H S L
Decimal 36 131 54 0.73 0 0.59 0.49 131.37 0.57 0.33
Hex 24 83 36 49 0 3B 31 83 39 21
Octal 44 203 66 111 0 73 61 203 71 41
Binary 100100 10000011 110110 1001001 0 111011 110001 10000011 111001 100001

Color Harmonies of #248336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248336

Black with #248336

Text Example


Text Example

White with #248336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248336; }

 p { color: rgb(36,131,54); }

 H1.HeaderClassName
 {
   color: #248336;
 }
 .AnyTagClassName
 {
   color: #248336;
 }
</style>

background-color css

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

 a { background-color: rgb(36,131,54); }

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

border-color css

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

 span { border-color: rgb(36,131,54); }

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