Html Css Color HEX #24802E Japanese Laurel

📋 copy color: '#24802E'

red 36 ◦ green 128 ◦ blue 46

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

Shades of Japanese Laurel #24802E

Tints of Japanese Laurel #24802E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 60.95%

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

R = 17.14%
G = 60.95%
B = 21.9%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#24802E (or 0x24802E) is known color: Japanese Laurel. HEX triplet: 24, 80 and 2E. RGB value is (36,128,46). Sum of RGB (Red+Green+Blue) = 36+128+46=210 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.14% from 210); Green value is 128 (50.39% from 255 or 60.95% from 210); Blue value is 46 (18.36% from 255 or 21.90% from 210); Max value from RGB is 128 - color contains mainly: green. Hex color #24802E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #24802E is #DB7FD1. Grayscale: #5B5B5B. Windows color (decimal): -14385106 or 3047460. OLE color: 3047460.

HSL color Cylindrical-coordinate representation of color #24802E: hue angle of 126.52º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #24802E is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB 36 128 46 -
CMYK 0.72 0 0.64 0.50
HSL 126.52º 0.56% 0.32% -
HSV(B) 126.52º 0.72% 0.5% -
XYZ 8.94 16.01 5.2 -
YUV 91.14 102.52 88.67 -
System Red Green Blue C M Y K H S L
Decimal 36 128 46 0.72 0 0.64 0.50 126.52 0.56 0.32
Hex 24 80 2E 48 0 40 32 7F 38 20
Octal 44 200 56 110 0 100 62 177 70 40
Binary 100100 10000000 101110 1001000 0 1000000 110010 1111111 111000 100000

Color Harmonies of #24802E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24802E

Black with #24802E

Text Example


Text Example

White with #24802E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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