Html Css Color HEX #24802D Japanese Laurel

📋 copy color: '#24802D'

red 36 ◦ green 128 ◦ blue 45

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

Shades of Japanese Laurel #24802D

Tints of Japanese Laurel #24802D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.53%

R = 17.22%
G = 61.24%
B = 21.53%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#24802D (or 0x24802D) is known color: Japanese Laurel. HEX triplet: 24, 80 and 2D. RGB value is (36,128,45). Sum of RGB (Red+Green+Blue) = 36+128+45=209 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.22% from 209); Green value is 128 (50.39% from 255 or 61.24% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 128 - color contains mainly: green. Hex color #24802D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #24802D is #DB7FD2. Grayscale: #5B5B5B. Windows color (decimal): -14385107 or 2981924. OLE color: 2981924.

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

Color convert

RGB 36 128 45 -
CMYK 0.72 0 0.65 0.50
HSL 125.87º 0.56% 0.32% -
HSV(B) 125.87º 0.72% 0.5% -
XYZ 8.92 16 5.1 -
YUV 91.03 102.02 88.75 -
System Red Green Blue C M Y K H S L
Decimal 36 128 45 0.72 0 0.65 0.50 125.87 0.56 0.32
Hex 24 80 2D 48 0 41 32 7E 38 20
Octal 44 200 55 110 0 101 62 176 70 40
Binary 100100 10000000 101101 1001000 0 1000001 110010 1111110 111000 100000

Color Harmonies of #24802D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24802D

Black with #24802D

Text Example


Text Example

White with #24802D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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