Html Css Color HEX #24853C Japanese Laurel

📋 copy color: '#24853C'

red 36 ◦ green 133 ◦ blue 60

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

Shades of Japanese Laurel #24853C

Tints of Japanese Laurel #24853C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 58.08%

 BLUE value IS 60 (23.83% from 255) = 26.2%

R = 15.72%
G = 58.08%
B = 26.2%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#24853C (or 0x24853C) is known color: Japanese Laurel. HEX triplet: 24, 85 and 3C. RGB value is (36,133,60). Sum of RGB (Red+Green+Blue) = 36+133+60=229 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.72% from 229); Green value is 133 (52.34% from 255 or 58.08% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 133 - color contains mainly: green. Hex color #24853C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #24853C is #DB7AC3. Grayscale: #5F5F5F. Windows color (decimal): -14383812 or 3966244. OLE color: 3966244.

HSL color Cylindrical-coordinate representation of color #24853C: hue angle of 134.85º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #24853C is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 36 133 60 -
CMYK 0.73 0 0.55 0.48
HSL 134.85º 0.57% 0.33% -
HSV(B) 134.85º 0.73% 0.52% -
XYZ 9.93 17.48 7.12 -
YUV 95.68 107.86 85.44 -
System Red Green Blue C M Y K H S L
Decimal 36 133 60 0.73 0 0.55 0.48 134.85 0.57 0.33
Hex 24 85 3C 49 0 37 30 87 39 21
Octal 44 205 74 111 0 67 60 207 71 41
Binary 100100 10000101 111100 1001001 0 110111 110000 10000111 111001 100001

Color Harmonies of #24853C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24853C

Black with #24853C

Text Example


Text Example

White with #24853C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24853C; }

 p { color: rgb(36,133,60); }

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

background-color css

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

 a { background-color: rgb(36,133,60); }

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

border-color css

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

 span { border-color: rgb(36,133,60); }

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