Html Css Color HEX #1C972E Forest Green

📋 copy color: '#1C972E'

red 28 ◦ green 151 ◦ blue 46

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

Shades of Forest Green #1C972E

Tints of Forest Green #1C972E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 67.11%

 BLUE value IS 46 (18.36% from 255) = 20.44%

R = 12.44%
G = 67.11%
B = 20.44%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#1C972E (or 0x1C972E) is known color: Forest Green. HEX triplet: 1C, 97 and 2E. RGB value is (28,151,46). Sum of RGB (Red+Green+Blue) = 28+151+46=225 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.44% from 225); Green value is 151 (59.38% from 255 or 67.11% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 151 - color contains mainly: green. Hex color #1C972E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C972E is #E368D1. Grayscale: #666666. Windows color (decimal): -14903506 or 3053340. OLE color: 3053340.

HSL color Cylindrical-coordinate representation of color #1C972E: hue angle of 128.78º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C972E is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 28 151 46 -
CMYK 0.81 0 0.70 0.41
HSL 128.78º 0.69% 0.35% -
HSV(B) 128.78º 0.81% 0.59% -
XYZ 12.04 22.58 6.31 -
YUV 102.25 96.25 75.04 -
System Red Green Blue C M Y K H S L
Decimal 28 151 46 0.81 0 0.70 0.41 128.78 0.69 0.35
Hex 1C 97 2E 51 0 46 29 81 45 23
Octal 34 227 56 121 0 106 51 201 105 43
Binary 11100 10010111 101110 1010001 0 1000110 101001 10000001 1000101 100011

Color Harmonies of #1C972E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C972E

Black with #1C972E

Text Example


Text Example

White with #1C972E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,151,46); }

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

background-color css

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

 a { background-color: rgb(28,151,46); }

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

border-color css

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

 span { border-color: rgb(28,151,46); }

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