Html Css Color HEX #1CB52F Dark Pastel Green

📋 copy color: '#1CB52F'

red 28 ◦ green 181 ◦ blue 47

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

Shades of Dark Pastel Green #1CB52F

Tints of Dark Pastel Green #1CB52F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 70.7%

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

R = 10.94%
G = 70.7%
B = 18.36%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#1CB52F (or 0x1CB52F) is known color: Dark Pastel Green. HEX triplet: 1C, B5 and 2F. RGB value is (28,181,47). Sum of RGB (Red+Green+Blue) = 28+181+47=256 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.94% from 256); Green value is 181 (71.09% from 255 or 70.70% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 181 - color contains mainly: green. Hex color #1CB52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB52F is #E34AD0. Grayscale: #787878. Windows color (decimal): -14895825 or 3126556. OLE color: 3126556.

HSL color Cylindrical-coordinate representation of color #1CB52F: hue angle of 127.45º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB52F is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 28 181 47 -
CMYK 0.85 0 0.74 0.29
HSL 127.45º 0.73% 0.41% -
HSV(B) 127.45º 0.85% 0.71% -
XYZ 17.52 33.5 8.23 -
YUV 119.98 86.81 62.4 -
System Red Green Blue C M Y K H S L
Decimal 28 181 47 0.85 0 0.74 0.29 127.45 0.73 0.41
Hex 1C B5 2F 55 0 4A 1D 7F 49 29
Octal 34 265 57 125 0 112 35 177 111 51
Binary 11100 10110101 101111 1010101 0 1001010 11101 1111111 1001001 101001

Color Harmonies of #1CB52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB52F

Black with #1CB52F

Text Example


Text Example

White with #1CB52F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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