Html Css Color HEX #06852A Forest Green

📋 copy color: '#06852A'

red 6 ◦ green 133 ◦ blue 42

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

Shades of Forest Green #06852A

Tints of Forest Green #06852A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 73.48%

 BLUE value IS 42 (16.8% from 255) = 23.2%

R = 3.31%
G = 73.48%
B = 23.2%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#06852A (or 0x06852A) is known color: Forest Green. HEX triplet: 06, 85 and 2A. RGB value is (6,133,42). Sum of RGB (Red+Green+Blue) = 6+133+42=181 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.31% from 181); Green value is 133 (52.34% from 255 or 73.48% from 181); Blue value is 42 (16.80% from 255 or 23.20% from 181); Max value from RGB is 133 - color contains mainly: green. Hex color #06852A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06852A is #F97AD5. Grayscale: #545454. Windows color (decimal): -16349910 or 2786566. OLE color: 2786566.

HSL color Cylindrical-coordinate representation of color #06852A: hue angle of 137.01º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06852A is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 6 133 42 -
CMYK 0.95 0 0.68 0.48
HSL 137.01º 0.91% 0.27% -
HSV(B) 137.01º 0.95% 0.52% -
XYZ 8.88 16.98 5 -
YUV 84.65 103.92 71.9 -
System Red Green Blue C M Y K H S L
Decimal 6 133 42 0.95 0 0.68 0.48 137.01 0.91 0.27
Hex 6 85 2A 5F 0 44 30 89 5B 1B
Octal 6 205 52 137 0 104 60 211 133 33
Binary 110 10000101 101010 1011111 0 1000100 110000 10001001 1011011 11011

Color Harmonies of #06852A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06852A

Black with #06852A

Text Example


Text Example

White with #06852A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06852A; }

 p { color: rgb(6,133,42); }

 H1.HeaderClassName
 {
   color: #06852A;
 }
 .AnyTagClassName
 {
   color: #06852A;
 }
</style>

background-color css

<style>
 a { background-color: #06852A; }

 a { background-color: rgb(6,133,42); }

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

border-color css

<style>
 span { border-color: #06852A; }

 span { border-color: rgb(6,133,42); }

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