Html Css Color HEX #028C2D Forest Green

📋 copy color: '#028C2D'

red 2 ◦ green 140 ◦ blue 45

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

Shades of Forest Green #028C2D

Tints of Forest Green #028C2D

RGB

 RED value IS 2 (1.17% from 255) = 1.07%

 GREEN value IS 140 (55.08% from 255) = 74.87%

 BLUE value IS 45 (17.97% from 255) = 24.06%

R = 1.07%
G = 74.87%
B = 24.06%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#028C2D (or 0x028C2D) is known color: Forest Green. HEX triplet: 02, 8C and 2D. RGB value is (2,140,45). Sum of RGB (Red+Green+Blue) = 2+140+45=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 140 (55.08% from 255 or 74.87% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 140 - color contains mainly: green. Hex color #028C2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028C2D is #FD73D2. Grayscale: #585858. Windows color (decimal): -16610259 or 2984962. OLE color: 2984962.

HSL color Cylindrical-coordinate representation of color #028C2D: hue angle of 138.7º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028C2D is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 140 45 -
CMYK 0.99 0 0.68 0.45
HSL 138.7º 0.97% 0.28% -
HSV(B) 138.7º 0.99% 0.55% -
XYZ 9.88 18.96 5.62 -
YUV 87.91 103.78 66.72 -
System Red Green Blue C M Y K H S L
Decimal 2 140 45 0.99 0 0.68 0.45 138.7 0.97 0.28
Hex 2 8C 2D 63 0 44 2D 8B 61 1C
Octal 2 214 55 143 0 104 55 213 141 34
Binary 10 10001100 101101 1100011 0 1000100 101101 10001011 1100001 11100

Color Harmonies of #028C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028C2D

Black with #028C2D

Text Example


Text Example

White with #028C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028C2D; }

 p { color: rgb(2,140,45); }

 H1.HeaderClassName
 {
   color: #028C2D;
 }
 .AnyTagClassName
 {
   color: #028C2D;
 }
</style>

background-color css

<style>
 a { background-color: #028C2D; }

 a { background-color: rgb(2,140,45); }

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

border-color css

<style>
 span { border-color: #028C2D; }

 span { border-color: rgb(2,140,45); }

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