Html Css Color HEX #1CB013 Forest Green

📋 copy color: '#1CB013'

red 28 ◦ green 176 ◦ blue 19

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

Shades of Forest Green #1CB013

Tints of Forest Green #1CB013

RGB

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

 GREEN value IS 176 (69.14% from 255) = 78.92%

 BLUE value IS 19 (7.81% from 255) = 8.52%

R = 12.56%
G = 78.92%
B = 8.52%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#1CB013 (or 0x1CB013) is known color: Forest Green. HEX triplet: 1C, B0 and 13. RGB value is (28,176,19). Sum of RGB (Red+Green+Blue) = 28+176+19=223 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.56% from 223); Green value is 176 (69.14% from 255 or 78.92% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 176 - color contains mainly: green. Hex color #1CB013 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CB013 is #E34FEC. Grayscale: #727272. Windows color (decimal): -14897133 or 1290268. OLE color: 1290268.

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

Color convert

RGB 28 176 19 -
CMYK 0.84 0 0.89 0.31
HSL 116.56º 0.81% 0.38% -
HSV(B) 116.56º 0.89% 0.69% -
XYZ 16.12 31.34 5.82 -
YUV 113.85 74.47 66.77 -
System Red Green Blue C M Y K H S L
Decimal 28 176 19 0.84 0 0.89 0.31 116.56 0.81 0.38
Hex 1C B0 13 54 0 59 1F 75 51 26
Octal 34 260 23 124 0 131 37 165 121 46
Binary 11100 10110000 10011 1010100 0 1011001 11111 1110101 1010001 100110

Color Harmonies of #1CB013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB013

Black with #1CB013

Text Example


Text Example

White with #1CB013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,176,19); }

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

background-color css

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

 a { background-color: rgb(28,176,19); }

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

border-color css

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

 span { border-color: rgb(28,176,19); }

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