Html Css Color HEX #1CAC2F Dark Pastel Green

📋 copy color: '#1CAC2F'

red 28 ◦ green 172 ◦ blue 47

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

Shades of Dark Pastel Green #1CAC2F

Tints of Dark Pastel Green #1CAC2F

RGB

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

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

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

R = 11.34%
G = 69.64%
B = 19.03%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#1CAC2F (or 0x1CAC2F) is known color: Dark Pastel Green. HEX triplet: 1C, AC and 2F. RGB value is (28,172,47). Sum of RGB (Red+Green+Blue) = 28+172+47=247 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.34% from 247); Green value is 172 (67.58% from 255 or 69.64% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 172 - color contains mainly: green. Hex color #1CAC2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAC2F is #E353D0. Grayscale: #737373. Windows color (decimal): -14898129 or 3124252. OLE color: 3124252.

HSL color Cylindrical-coordinate representation of color #1CAC2F: hue angle of 127.92º 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 #1CAC2F is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 28 172 47 -
CMYK 0.84 0 0.73 0.33
HSL 127.92º 0.72% 0.39% -
HSV(B) 127.92º 0.84% 0.67% -
XYZ 15.74 29.96 7.64 -
YUV 114.69 89.79 66.16 -
System Red Green Blue C M Y K H S L
Decimal 28 172 47 0.84 0 0.73 0.33 127.92 0.72 0.39
Hex 1C AC 2F 54 0 49 21 80 48 27
Octal 34 254 57 124 0 111 41 200 110 47
Binary 11100 10101100 101111 1010100 0 1001001 100001 10000000 1001000 100111

Color Harmonies of #1CAC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAC2F

Black with #1CAC2F

Text Example


Text Example

White with #1CAC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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