Html Css Color HEX #1CB12F Dark Pastel Green

📋 copy color: '#1CB12F'

red 28 ◦ green 177 ◦ blue 47

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

Shades of Dark Pastel Green #1CB12F

Tints of Dark Pastel Green #1CB12F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 70.24%

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

R = 11.11%
G = 70.24%
B = 18.65%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#1CB12F (or 0x1CB12F) is known color: Dark Pastel Green. HEX triplet: 1C, B1 and 2F. RGB value is (28,177,47). Sum of RGB (Red+Green+Blue) = 28+177+47=252 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.11% from 252); Green value is 177 (69.53% from 255 or 70.24% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 177 - color contains mainly: green. Hex color #1CB12F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CB12F is #E34ED0. Grayscale: #767676. Windows color (decimal): -14896849 or 3125532. OLE color: 3125532.

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

Color convert

RGB 28 177 47 -
CMYK 0.84 0 0.73 0.31
HSL 127.65º 0.73% 0.4% -
HSV(B) 127.65º 0.84% 0.69% -
XYZ 16.71 31.9 7.97 -
YUV 117.63 88.14 64.07 -
System Red Green Blue C M Y K H S L
Decimal 28 177 47 0.84 0 0.73 0.31 127.65 0.73 0.4
Hex 1C B1 2F 54 0 49 1F 80 49 28
Octal 34 261 57 124 0 111 37 200 111 50
Binary 11100 10110001 101111 1010100 0 1001001 11111 10000000 1001001 101000

Color Harmonies of #1CB12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB12F

Black with #1CB12F

Text Example


Text Example

White with #1CB12F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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