Html Css Color HEX #07852D Dark Spring Green

📋 copy color: '#07852D'

red 7 ◦ green 133 ◦ blue 45

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

Shades of Dark Spring Green #07852D

Tints of Dark Spring Green #07852D

RGB

 RED value IS 7 (3.13% from 255) = 3.78%

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

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

R = 3.78%
G = 71.89%
B = 24.32%

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

#07852D (or 0x07852D) is known color: Dark Spring Green. HEX triplet: 07, 85 and 2D. RGB value is (7,133,45). Sum of RGB (Red+Green+Blue) = 7+133+45=185 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.78% from 185); Green value is 133 (52.34% from 255 or 71.89% from 185); Blue value is 45 (17.97% from 255 or 24.32% from 185); Max value from RGB is 133 - color contains mainly: green. Hex color #07852D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07852D is #F87AD2. Grayscale: #555555. Windows color (decimal): -16284371 or 2983175. OLE color: 2983175.

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

Color convert

RGB 7 133 45 -
CMYK 0.95 0 0.66 0.48
HSL 138.1º 0.9% 0.27% -
HSV(B) 138.1º 0.95% 0.52% -
XYZ 8.95 17.01 5.29 -
YUV 85.29 105.26 72.16 -
System Red Green Blue C M Y K H S L
Decimal 7 133 45 0.95 0 0.66 0.48 138.1 0.9 0.27
Hex 7 85 2D 5F 0 42 30 8A 5A 1B
Octal 7 205 55 137 0 102 60 212 132 33
Binary 111 10000101 101101 1011111 0 1000010 110000 10001010 1011010 11011

Color Harmonies of #07852D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07852D

Black with #07852D

Text Example


Text Example

White with #07852D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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