Html Css Color HEX #2B7D1C Forest Green

📋 copy color: '#2B7D1C'

red 43 ◦ green 125 ◦ blue 28

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

Shades of Forest Green #2B7D1C

Tints of Forest Green #2B7D1C

RGB

 RED value IS 43 (17.19% from 255) = 21.94%

 GREEN value IS 125 (49.22% from 255) = 63.78%

 BLUE value IS 28 (11.33% from 255) = 14.29%

R = 21.94%
G = 63.78%
B = 14.29%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.78

 K value IS 0.51

RGB Variations

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

Color information

#2B7D1C (or 0x2B7D1C) is known color: Forest Green. HEX triplet: 2B, 7D and 1C. RGB value is (43,125,28). Sum of RGB (Red+Green+Blue) = 43+125+28=196 (25% of max value = 765). Red value is 43 (17.19% from 255 or 21.94% from 196); Green value is 125 (49.22% from 255 or 63.78% from 196); Blue value is 28 (11.33% from 255 or 14.29% from 196); Max value from RGB is 125 - color contains mainly: green. Hex color #2B7D1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7D1C is #D482E3. Grayscale: #595959. Windows color (decimal): -13927140 or 1867051. OLE color: 1867051.

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

Color convert

RGB 43 125 28 -
CMYK 0.66 0 0.78 0.51
HSL 110.72º 0.63% 0.3% -
HSV(B) 110.72º 0.78% 0.49% -
XYZ 8.54 15.26 3.59 -
YUV 89.42 93.33 94.89 -
System Red Green Blue C M Y K H S L
Decimal 43 125 28 0.66 0 0.78 0.51 110.72 0.63 0.3
Hex 2B 7D 1C 42 0 4E 33 6F 3F 1E
Octal 53 175 34 102 0 116 63 157 77 36
Binary 101011 1111101 11100 1000010 0 1001110 110011 1101111 111111 11110

Color Harmonies of #2B7D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7D1C

Black with #2B7D1C

Text Example


Text Example

White with #2B7D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,125,28); }

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

background-color css

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

 a { background-color: rgb(43,125,28); }

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

border-color css

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

 span { border-color: rgb(43,125,28); }

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