Html Css Color HEX #1C5F40 Fun Green

📋 copy color: '#1C5F40'

red 28 ◦ green 95 ◦ blue 64

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

Shades of Fun Green #1C5F40

Tints of Fun Green #1C5F40

RGB

 RED value IS 28 (11.33% from 255) = 14.97%

 GREEN value IS 95 (37.5% from 255) = 50.8%

 BLUE value IS 64 (25.39% from 255) = 34.22%

R = 14.97%
G = 50.8%
B = 34.22%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.33

 K value IS 0.63

RGB Variations

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

Color information

#1C5F40 (or 0x1C5F40) is known color: Fun Green. HEX triplet: 1C, 5F and 40. RGB value is (28,95,64). Sum of RGB (Red+Green+Blue) = 28+95+64=187 (24% of max value = 765). Red value is 28 (11.33% from 255 or 14.97% from 187); Green value is 95 (37.5% from 255 or 50.80% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 95 - color contains mainly: green. Hex color #1C5F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5F40 is #E3A0BF. Grayscale: #474747. Windows color (decimal): -14917824 or 4218652. OLE color: 4218652.

HSL color Cylindrical-coordinate representation of color #1C5F40: hue angle of 152.24º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C5F40 is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.63.

Color convert

RGB 28 95 64 -
CMYK 0.71 0 0.33 0.63
HSL 152.24º 0.54% 0.24% -
HSV(B) 152.24º 0.71% 0.37% -
XYZ 5.5 8.8 6.26 -
YUV 71.43 123.8 97.02 -
System Red Green Blue C M Y K H S L
Decimal 28 95 64 0.71 0 0.33 0.63 152.24 0.54 0.24
Hex 1C 5F 40 47 0 21 3F 98 36 18
Octal 34 137 100 107 0 41 77 230 66 30
Binary 11100 1011111 1000000 1000111 0 100001 111111 10011000 110110 11000

Color Harmonies of #1C5F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5F40

Black with #1C5F40

Text Example


Text Example

White with #1C5F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C5F40; }

 p { color: rgb(28,95,64); }

 H1.HeaderClassName
 {
   color: #1C5F40;
 }
 .AnyTagClassName
 {
   color: #1C5F40;
 }
</style>

background-color css

<style>
 a { background-color: #1C5F40; }

 a { background-color: rgb(28,95,64); }

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

border-color css

<style>
 span { border-color: #1C5F40; }

 span { border-color: rgb(28,95,64); }

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