Html Css Color HEX #248136 Japanese Laurel

📋 copy color: '#248136'

red 36 ◦ green 129 ◦ blue 54

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

Shades of Japanese Laurel #248136

Tints of Japanese Laurel #248136

RGB

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

 GREEN value IS 129 (50.78% from 255) = 58.9%

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

R = 16.44%
G = 58.9%
B = 24.66%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#248136 (or 0x248136) is known color: Japanese Laurel. HEX triplet: 24, 81 and 36. RGB value is (36,129,54). Sum of RGB (Red+Green+Blue) = 36+129+54=219 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.44% from 219); Green value is 129 (50.78% from 255 or 58.90% from 219); Blue value is 54 (21.48% from 255 or 24.66% from 219); Max value from RGB is 129 - color contains mainly: green. Hex color #248136 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248136 is #DB7EC9. Grayscale: #5C5C5C. Windows color (decimal): -14384842 or 3572004. OLE color: 3572004.

HSL color Cylindrical-coordinate representation of color #248136: hue angle of 131.61º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #248136 is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 36 129 54 -
CMYK 0.72 0 0.58 0.49
HSL 131.61º 0.56% 0.32% -
HSV(B) 131.61º 0.72% 0.51% -
XYZ 9.24 16.34 6.16 -
YUV 92.64 106.19 87.6 -
System Red Green Blue C M Y K H S L
Decimal 36 129 54 0.72 0 0.58 0.49 131.61 0.56 0.32
Hex 24 81 36 48 0 3A 31 84 38 20
Octal 44 201 66 110 0 72 61 204 70 40
Binary 100100 10000001 110110 1001000 0 111010 110001 10000100 111000 100000

Color Harmonies of #248136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248136

Black with #248136

Text Example


Text Example

White with #248136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248136; }

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

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

background-color css

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

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

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

border-color css

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

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

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