Html Css Color HEX #1C7A25 Forest Green

📋 copy color: '#1C7A25'

red 28 ◦ green 122 ◦ blue 37

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

Shades of Forest Green #1C7A25

Tints of Forest Green #1C7A25

RGB

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

 GREEN value IS 122 (48.05% from 255) = 65.24%

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

R = 14.97%
G = 65.24%
B = 19.79%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.70

 K value IS 0.52

RGB Variations

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

Color information

#1C7A25 (or 0x1C7A25) is known color: Forest Green. HEX triplet: 1C, 7A and 25. RGB value is (28,122,37). Sum of RGB (Red+Green+Blue) = 28+122+37=187 (24% of max value = 765). Red value is 28 (11.33% from 255 or 14.97% from 187); Green value is 122 (48.05% from 255 or 65.24% from 187); Blue value is 37 (14.84% from 255 or 19.79% from 187); Max value from RGB is 122 - color contains mainly: green. Hex color #1C7A25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C7A25 is #E385DA. Grayscale: #545454. Windows color (decimal): -14910939 or 2456092. OLE color: 2456092.

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

Color convert

RGB 28 122 37 -
CMYK 0.77 0 0.70 0.52
HSL 125.74º 0.63% 0.29% -
HSV(B) 125.74º 0.77% 0.48% -
XYZ 7.77 14.3 4.1 -
YUV 84.2 101.36 87.91 -
System Red Green Blue C M Y K H S L
Decimal 28 122 37 0.77 0 0.70 0.52 125.74 0.63 0.29
Hex 1C 7A 25 4D 0 46 34 7E 3F 1D
Octal 34 172 45 115 0 106 64 176 77 35
Binary 11100 1111010 100101 1001101 0 1000110 110100 1111110 111111 11101

Color Harmonies of #1C7A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7A25

Black with #1C7A25

Text Example


Text Example

White with #1C7A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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