Html Css Color HEX #1CAC38 Dark Pastel Green

📋 copy color: '#1CAC38'

red 28 ◦ green 172 ◦ blue 56

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

Shades of Dark Pastel Green #1CAC38

Tints of Dark Pastel Green #1CAC38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.88%

R = 10.94%
G = 67.19%
B = 21.88%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#1CAC38 (or 0x1CAC38) is known color: Dark Pastel Green. HEX triplet: 1C, AC and 38. RGB value is (28,172,56). Sum of RGB (Red+Green+Blue) = 28+172+56=256 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.94% from 256); Green value is 172 (67.58% from 255 or 67.19% from 256); Blue value is 56 (22.27% from 255 or 21.88% from 256); Max value from RGB is 172 - color contains mainly: green. Hex color #1CAC38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAC38 is #E353C7. Grayscale: #747474. Windows color (decimal): -14898120 or 3714076. OLE color: 3714076.

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

Color convert

RGB 28 172 56 -
CMYK 0.84 0 0.67 0.33
HSL 131.67º 0.72% 0.39% -
HSV(B) 131.67º 0.84% 0.67% -
XYZ 15.95 30.04 8.7 -
YUV 115.72 94.29 65.43 -
System Red Green Blue C M Y K H S L
Decimal 28 172 56 0.84 0 0.67 0.33 131.67 0.72 0.39
Hex 1C AC 38 54 0 43 21 84 48 27
Octal 34 254 70 124 0 103 41 204 110 47
Binary 11100 10101100 111000 1010100 0 1000011 100001 10000100 1001000 100111

Color Harmonies of #1CAC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAC38

Black with #1CAC38

Text Example


Text Example

White with #1CAC38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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