Html Css Color HEX #06852D Dark Spring Green

📋 copy color: '#06852D'

red 6 ◦ green 133 ◦ blue 45

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

Shades of Dark Spring Green #06852D

Tints of Dark Spring Green #06852D

RGB

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

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

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

R = 3.26%
G = 72.28%
B = 24.46%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#06852D (or 0x06852D) is known color: Dark Spring Green. HEX triplet: 06, 85 and 2D. RGB value is (6,133,45). Sum of RGB (Red+Green+Blue) = 6+133+45=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 133 (52.34% from 255 or 72.28% from 184); Blue value is 45 (17.97% from 255 or 24.46% from 184); Max value from RGB is 133 - color contains mainly: green. Hex color #06852D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06852D is #F97AD2. Grayscale: #555555. Windows color (decimal): -16349907 or 2983174. OLE color: 2983174.

HSL color Cylindrical-coordinate representation of color #06852D: hue angle of 138.43º 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 #06852D is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB 6 133 45 -
CMYK 0.95 0 0.66 0.48
HSL 138.43º 0.91% 0.27% -
HSV(B) 138.43º 0.95% 0.52% -
XYZ 8.94 17 5.29 -
YUV 85 105.42 71.66 -
System Red Green Blue C M Y K H S L
Decimal 6 133 45 0.95 0 0.66 0.48 138.43 0.91 0.27
Hex 6 85 2D 5F 0 42 30 8A 5B 1B
Octal 6 205 55 137 0 102 60 212 133 33
Binary 110 10000101 101101 1011111 0 1000010 110000 10001010 1011011 11011

Color Harmonies of #06852D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06852D

Black with #06852D

Text Example


Text Example

White with #06852D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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