Html Css Color HEX #06982D Forest Green

📋 copy color: '#06982D'

red 6 ◦ green 152 ◦ blue 45

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

Shades of Forest Green #06982D

Tints of Forest Green #06982D

RGB

 RED value IS 6 (2.73% from 255) = 2.96%

 GREEN value IS 152 (59.77% from 255) = 74.88%

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

R = 2.96%
G = 74.88%
B = 22.17%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#06982D (or 0x06982D) is known color: Forest Green. HEX triplet: 06, 98 and 2D. RGB value is (6,152,45). Sum of RGB (Red+Green+Blue) = 6+152+45=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 152 (59.77% from 255 or 74.88% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 152 - color contains mainly: green. Hex color #06982D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06982D is #F967D2. Grayscale: #606060. Windows color (decimal): -16345043 or 2988038. OLE color: 2988038.

HSL color Cylindrical-coordinate representation of color #06982D: hue angle of 136.03º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06982D is Cyan = 0.96, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 6 152 45 -
CMYK 0.96 0 0.70 0.40
HSL 136.03º 0.92% 0.31% -
HSV(B) 136.03º 0.96% 0.6% -
XYZ 11.78 22.68 6.24 -
YUV 96.15 99.13 63.7 -
System Red Green Blue C M Y K H S L
Decimal 6 152 45 0.96 0 0.70 0.40 136.03 0.92 0.31
Hex 6 98 2D 60 0 46 28 88 5C 1F
Octal 6 230 55 140 0 106 50 210 134 37
Binary 110 10011000 101101 1100000 0 1000110 101000 10001000 1011100 11111

Color Harmonies of #06982D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06982D

Black with #06982D

Text Example


Text Example

White with #06982D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06982D; }

 p { color: rgb(6,152,45); }

 H1.HeaderClassName
 {
   color: #06982D;
 }
 .AnyTagClassName
 {
   color: #06982D;
 }
</style>

background-color css

<style>
 a { background-color: #06982D; }

 a { background-color: rgb(6,152,45); }

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

border-color css

<style>
 span { border-color: #06982D; }

 span { border-color: rgb(6,152,45); }

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