Html Css Color HEX #1CB53F Dark Pastel Green

📋 copy color: '#1CB53F'

red 28 ◦ green 181 ◦ blue 63

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

Shades of Dark Pastel Green #1CB53F

Tints of Dark Pastel Green #1CB53F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.16%

R = 10.29%
G = 66.54%
B = 23.16%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#1CB53F (or 0x1CB53F) is known color: Dark Pastel Green. HEX triplet: 1C, B5 and 3F. RGB value is (28,181,63). Sum of RGB (Red+Green+Blue) = 28+181+63=272 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.29% from 272); Green value is 181 (71.09% from 255 or 66.54% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 181 - color contains mainly: green. Hex color #1CB53F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB53F is #E34AC0. Grayscale: #7A7A7A. Windows color (decimal): -14895809 or 4175132. OLE color: 4175132.

HSL color Cylindrical-coordinate representation of color #1CB53F: hue angle of 133.73º 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 #1CB53F is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 28 181 63 -
CMYK 0.85 0 0.65 0.29
HSL 133.73º 0.73% 0.41% -
HSV(B) 133.73º 0.85% 0.71% -
XYZ 17.9 33.65 10.25 -
YUV 121.8 94.81 61.09 -
System Red Green Blue C M Y K H S L
Decimal 28 181 63 0.85 0 0.65 0.29 133.73 0.73 0.41
Hex 1C B5 3F 55 0 41 1D 86 49 29
Octal 34 265 77 125 0 101 35 206 111 51
Binary 11100 10110101 111111 1010101 0 1000001 11101 10000110 1001001 101001

Color Harmonies of #1CB53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB53F

Black with #1CB53F

Text Example


Text Example

White with #1CB53F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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