Html Css Color HEX #1C951E Forest Green

📋 copy color: '#1C951E'

red 28 ◦ green 149 ◦ blue 30

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

Shades of Forest Green #1C951E

Tints of Forest Green #1C951E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 71.98%

 BLUE value IS 30 (12.11% from 255) = 14.49%

R = 13.53%
G = 71.98%
B = 14.49%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#1C951E (or 0x1C951E) is known color: Forest Green. HEX triplet: 1C, 95 and 1E. RGB value is (28,149,30). Sum of RGB (Red+Green+Blue) = 28+149+30=207 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.53% from 207); Green value is 149 (58.59% from 255 or 71.98% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 149 - color contains mainly: green. Hex color #1C951E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C951E is #E36AE1. Grayscale: #636363. Windows color (decimal): -14904034 or 2004252. OLE color: 2004252.

HSL color Cylindrical-coordinate representation of color #1C951E: hue angle of 120.99º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C951E is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 28 149 30 -
CMYK 0.81 0 0.80 0.42
HSL 120.99º 0.68% 0.35% -
HSV(B) 120.99º 0.81% 0.58% -
XYZ 11.46 21.84 4.84 -
YUV 99.26 88.91 77.18 -
System Red Green Blue C M Y K H S L
Decimal 28 149 30 0.81 0 0.80 0.42 120.99 0.68 0.35
Hex 1C 95 1E 51 0 50 2A 79 44 23
Octal 34 225 36 121 0 120 52 171 104 43
Binary 11100 10010101 11110 1010001 0 1010000 101010 1111001 1000100 100011

Color Harmonies of #1C951E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C951E

Black with #1C951E

Text Example


Text Example

White with #1C951E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,149,30); }

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

background-color css

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

 a { background-color: rgb(28,149,30); }

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

border-color css

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

 span { border-color: rgb(28,149,30); }

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