Html Css Color HEX #24812E Japanese Laurel

📋 copy color: '#24812E'

red 36 ◦ green 129 ◦ blue 46

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

Shades of Japanese Laurel #24812E

Tints of Japanese Laurel #24812E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21.8%

R = 17.06%
G = 61.14%
B = 21.8%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#24812E (or 0x24812E) is known color: Japanese Laurel. HEX triplet: 24, 81 and 2E. RGB value is (36,129,46). Sum of RGB (Red+Green+Blue) = 36+129+46=211 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.06% from 211); Green value is 129 (50.78% from 255 or 61.14% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 129 - color contains mainly: green. Hex color #24812E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #24812E is #DB7ED1. Grayscale: #5B5B5B. Windows color (decimal): -14384850 or 3047716. OLE color: 3047716.

HSL color Cylindrical-coordinate representation of color #24812E: hue angle of 126.45º 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 #24812E is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 36 129 46 -
CMYK 0.72 0 0.64 0.49
HSL 126.45º 0.56% 0.32% -
HSV(B) 126.45º 0.72% 0.51% -
XYZ 9.07 16.27 5.25 -
YUV 91.73 102.19 88.25 -
System Red Green Blue C M Y K H S L
Decimal 36 129 46 0.72 0 0.64 0.49 126.45 0.56 0.32
Hex 24 81 2E 48 0 40 31 7E 38 20
Octal 44 201 56 110 0 100 61 176 70 40
Binary 100100 10000001 101110 1001000 0 1000000 110001 1111110 111000 100000

Color Harmonies of #24812E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24812E

Black with #24812E

Text Example


Text Example

White with #24812E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24812E; }

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

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

background-color css

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

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

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

border-color css

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

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

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