#007B2F

Color #007B2F Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #007B2F

Tints of Dark Spring Green #007B2F

Color information

#007B2F (or 0x007B2F) is unknown color: approx Dark Spring Green. HEX triplet: 00, 7B and 2F. RGB value is (0,123,47). Sum of RGB (Red+Green+Blue) = 0+123+47=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 123 (48.44% from 255 or 72.35% from 170); Blue value is 47 (18.75% from 255 or 27.65% from 170); Max value from RGB is 123 - color contains mainly: green. Hex color #007B2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007B2F is #FF84D0. Grayscale: #4D4D4D. Windows color (decimal): -16745681 or 3111680. OLE color: 3111680.

HSL color Cylindrical-coordinate representation of color #007B2F: hue angle of 142.93º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007B2F is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.52.

Color convert

RGB012347-
CMYK100.620.52
HSL142.93º100%24.12%-
HSV(B)142.93º100%48.24%-
XYZ7.614.375.06-
YUV77.56110.7572.68-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 123 (48.44% from 255) = 72.35%
BLUE value IS 47 (18.75% from 255) = 27.65%
R=0%
G=72.35%
B=27.65%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal012347100.620.52142.9310024.12
Hex07B2F6403E348f6418
Octal0173571440766421714430
Binary011110111011111100100011111011010010001111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007B2F; }

 p { color: rgb(0,123,47); }

 H1.HeaderClassName
 {
   color: #007B2F;
 }
 .AnyTagClassName
 {
   color: #007B2F;
 }
</style>
background-color css

<style>
 a { background-color: #007B2F; }

 a { background-color: rgb(0,123,47); }

 div.DivClassName
 {
   background-color: #007B2F;
 }
 .BgClassName
 {
   background-color: #007B2F;
 }
</style>
border-color css

<style>
 span { border-color: #007B2F; }

 span { border-color: rgb(0,123,47); }

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