Html Css Color HEX #1C7C25 Forest Green

📋 copy color: '#1C7C25'

red 28 ◦ green 124 ◦ blue 37

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

Shades of Forest Green #1C7C25

Tints of Forest Green #1C7C25

RGB

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

 GREEN value IS 124 (48.83% from 255) = 65.61%

 BLUE value IS 37 (14.84% from 255) = 19.58%

R = 14.81%
G = 65.61%
B = 19.58%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.70

 K value IS 0.51

RGB Variations

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

Color information

#1C7C25 (or 0x1C7C25) is known color: Forest Green. HEX triplet: 1C, 7C and 25. RGB value is (28,124,37). Sum of RGB (Red+Green+Blue) = 28+124+37=189 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.81% from 189); Green value is 124 (48.83% from 255 or 65.61% from 189); Blue value is 37 (14.84% from 255 or 19.58% from 189); Max value from RGB is 124 - color contains mainly: green. Hex color #1C7C25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C7C25 is #E383DA. Grayscale: #555555. Windows color (decimal): -14910427 or 2456604. OLE color: 2456604.

HSL color Cylindrical-coordinate representation of color #1C7C25: hue angle of 125.62º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C7C25 is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.51.

Color convert

RGB 28 124 37 -
CMYK 0.77 0 0.70 0.51
HSL 125.63º 0.63% 0.3% -
HSV(B) 125.63º 0.77% 0.49% -
XYZ 8.02 14.8 4.18 -
YUV 85.38 100.7 87.07 -
System Red Green Blue C M Y K H S L
Decimal 28 124 37 0.77 0 0.70 0.51 125.63 0.63 0.3
Hex 1C 7C 25 4D 0 46 33 7E 3F 1E
Octal 34 174 45 115 0 106 63 176 77 36
Binary 11100 1111100 100101 1001101 0 1000110 110011 1111110 111111 11110

Color Harmonies of #1C7C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7C25

Black with #1C7C25

Text Example


Text Example

White with #1C7C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,124,37); }

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

background-color css

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

 a { background-color: rgb(28,124,37); }

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

border-color css

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

 span { border-color: rgb(28,124,37); }

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