Html Css Color HEX #24802F Japanese Laurel

📋 copy color: '#24802F'

red 36 ◦ green 128 ◦ blue 47

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

Shades of Japanese Laurel #24802F

Tints of Japanese Laurel #24802F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.27%

R = 17.06%
G = 60.66%
B = 22.27%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#24802F (or 0x24802F) is known color: Japanese Laurel. HEX triplet: 24, 80 and 2F. RGB value is (36,128,47). Sum of RGB (Red+Green+Blue) = 36+128+47=211 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.06% from 211); Green value is 128 (50.39% from 255 or 60.66% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 128 - color contains mainly: green. Hex color #24802F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #24802F is #DB7FD0. Grayscale: #5B5B5B. Windows color (decimal): -14385105 or 3112996. OLE color: 3112996.

HSL color Cylindrical-coordinate representation of color #24802F: hue angle of 127.17º 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 #24802F is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB 36 128 47 -
CMYK 0.72 0 0.63 0.50
HSL 127.17º 0.56% 0.32% -
HSV(B) 127.17º 0.72% 0.5% -
XYZ 8.96 16.02 5.31 -
YUV 91.26 103.02 88.59 -
System Red Green Blue C M Y K H S L
Decimal 36 128 47 0.72 0 0.63 0.50 127.17 0.56 0.32
Hex 24 80 2F 48 0 3F 32 7F 38 20
Octal 44 200 57 110 0 77 62 177 70 40
Binary 100100 10000000 101111 1001000 0 111111 110010 1111111 111000 100000

Color Harmonies of #24802F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24802F

Black with #24802F

Text Example


Text Example

White with #24802F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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