Html Css Color HEX #1CAC41 Dark Pastel Green

📋 copy color: '#1CAC41'

red 28 ◦ green 172 ◦ blue 65

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

Shades of Dark Pastel Green #1CAC41

Tints of Dark Pastel Green #1CAC41

RGB

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

 GREEN value IS 172 (67.58% from 255) = 64.91%

 BLUE value IS 65 (25.78% from 255) = 24.53%

R = 10.57%
G = 64.91%
B = 24.53%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#1CAC41 (or 0x1CAC41) is known color: Dark Pastel Green. HEX triplet: 1C, AC and 41. RGB value is (28,172,65). Sum of RGB (Red+Green+Blue) = 28+172+65=265 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.57% from 265); Green value is 172 (67.58% from 255 or 64.91% from 265); Blue value is 65 (25.78% from 255 or 24.53% from 265); Max value from RGB is 172 - color contains mainly: green. Hex color #1CAC41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAC41 is #E353BE. Grayscale: #757575. Windows color (decimal): -14898111 or 4303900. OLE color: 4303900.

HSL color Cylindrical-coordinate representation of color #1CAC41: hue angle of 135.42º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAC41 is Cyan = 0.84, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 28 172 65 -
CMYK 0.84 0 0.62 0.33
HSL 135.42º 0.72% 0.39% -
HSV(B) 135.42º 0.84% 0.67% -
XYZ 16.19 30.13 9.96 -
YUV 116.75 98.79 64.7 -
System Red Green Blue C M Y K H S L
Decimal 28 172 65 0.84 0 0.62 0.33 135.42 0.72 0.39
Hex 1C AC 41 54 0 3E 21 87 48 27
Octal 34 254 101 124 0 76 41 207 110 47
Binary 11100 10101100 1000001 1010100 0 111110 100001 10000111 1001000 100111

Color Harmonies of #1CAC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAC41

Black with #1CAC41

Text Example


Text Example

White with #1CAC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,172,65); }

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

background-color css

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

 a { background-color: rgb(28,172,65); }

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

border-color css

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

 span { border-color: rgb(28,172,65); }

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