Html Css Color HEX #2A7C17 Forest Green

📋 copy color: '#2A7C17'

red 42 ◦ green 124 ◦ blue 23

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

Shades of Forest Green #2A7C17

Tints of Forest Green #2A7C17

RGB

 RED value IS 42 (16.8% from 255) = 22.22%

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

 BLUE value IS 23 (9.38% from 255) = 12.17%

R = 22.22%
G = 65.61%
B = 12.17%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.81

 K value IS 0.51

RGB Variations

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

Color information

#2A7C17 (or 0x2A7C17) is known color: Forest Green. HEX triplet: 2A, 7C and 17. RGB value is (42,124,23). Sum of RGB (Red+Green+Blue) = 42+124+23=189 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.22% from 189); Green value is 124 (48.83% from 255 or 65.61% from 189); Blue value is 23 (9.38% from 255 or 12.17% from 189); Max value from RGB is 124 - color contains mainly: green. Hex color #2A7C17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A7C17 is #D583E8. Grayscale: #585858. Windows color (decimal): -13992937 or 1539114. OLE color: 1539114.

HSL color Cylindrical-coordinate representation of color #2A7C17: hue angle of 108.71º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A7C17 is Cyan = 0.66, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.51.

Color convert

RGB 42 124 23 -
CMYK 0.66 0 0.81 0.51
HSL 108.71º 0.69% 0.29% -
HSV(B) 108.71º 0.81% 0.49% -
XYZ 8.32 14.97 3.26 -
YUV 87.97 91.33 95.21 -
System Red Green Blue C M Y K H S L
Decimal 42 124 23 0.66 0 0.81 0.51 108.71 0.69 0.29
Hex 2A 7C 17 42 0 51 33 6D 45 1D
Octal 52 174 27 102 0 121 63 155 105 35
Binary 101010 1111100 10111 1000010 0 1010001 110011 1101101 1000101 11101

Color Harmonies of #2A7C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7C17

Black with #2A7C17

Text Example


Text Example

White with #2A7C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A7C17; }

 p { color: rgb(42,124,23); }

 H1.HeaderClassName
 {
   color: #2A7C17;
 }
 .AnyTagClassName
 {
   color: #2A7C17;
 }
</style>

background-color css

<style>
 a { background-color: #2A7C17; }

 a { background-color: rgb(42,124,23); }

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

border-color css

<style>
 span { border-color: #2A7C17; }

 span { border-color: rgb(42,124,23); }

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