Html Css Color HEX #1CAF41 Dark Pastel Green

📋 copy color: '#1CAF41'

red 28 ◦ green 175 ◦ blue 65

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

Shades of Dark Pastel Green #1CAF41

Tints of Dark Pastel Green #1CAF41

RGB

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

 GREEN value IS 175 (68.75% from 255) = 65.3%

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

R = 10.45%
G = 65.3%
B = 24.25%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#1CAF41 (or 0x1CAF41) is known color: Dark Pastel Green. HEX triplet: 1C, AF and 41. RGB value is (28,175,65). Sum of RGB (Red+Green+Blue) = 28+175+65=268 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.45% from 268); Green value is 175 (68.75% from 255 or 65.30% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 175 - color contains mainly: green. Hex color #1CAF41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAF41 is #E350BE. Grayscale: #767676. Windows color (decimal): -14897343 or 4304668. OLE color: 4304668.

HSL color Cylindrical-coordinate representation of color #1CAF41: hue angle of 135.1º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAF41 is Cyan = 0.84, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 28 175 65 -
CMYK 0.84 0 0.63 0.31
HSL 135.1º 0.72% 0.4% -
HSV(B) 135.1º 0.84% 0.69% -
XYZ 16.76 31.29 10.16 -
YUV 118.51 97.8 63.44 -
System Red Green Blue C M Y K H S L
Decimal 28 175 65 0.84 0 0.63 0.31 135.1 0.72 0.4
Hex 1C AF 41 54 0 3F 1F 87 48 28
Octal 34 257 101 124 0 77 37 207 110 50
Binary 11100 10101111 1000001 1010100 0 111111 11111 10000111 1001000 101000

Color Harmonies of #1CAF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAF41

Black with #1CAF41

Text Example


Text Example

White with #1CAF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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