Html Css Color HEX #07852E Dark Spring Green

📋 copy color: '#07852E'

red 7 ◦ green 133 ◦ blue 46

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

Shades of Dark Spring Green #07852E

Tints of Dark Spring Green #07852E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 24.73%

R = 3.76%
G = 71.51%
B = 24.73%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#07852E (or 0x07852E) is known color: Dark Spring Green. HEX triplet: 07, 85 and 2E. RGB value is (7,133,46). Sum of RGB (Red+Green+Blue) = 7+133+46=186 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.76% from 186); Green value is 133 (52.34% from 255 or 71.51% from 186); Blue value is 46 (18.36% from 255 or 24.73% from 186); Max value from RGB is 133 - color contains mainly: green. Hex color #07852E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07852E is #F87AD1. Grayscale: #555555. Windows color (decimal): -16284370 or 3048711. OLE color: 3048711.

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

Color convert

RGB 7 133 46 -
CMYK 0.95 0 0.65 0.48
HSL 138.57º 0.9% 0.27% -
HSV(B) 138.57º 0.95% 0.52% -
XYZ 8.97 17.02 5.4 -
YUV 85.41 105.76 72.07 -
System Red Green Blue C M Y K H S L
Decimal 7 133 46 0.95 0 0.65 0.48 138.57 0.9 0.27
Hex 7 85 2E 5F 0 41 30 8B 5A 1B
Octal 7 205 56 137 0 101 60 213 132 33
Binary 111 10000101 101110 1011111 0 1000001 110000 10001011 1011010 11011

Color Harmonies of #07852E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07852E

Black with #07852E

Text Example


Text Example

White with #07852E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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