#02862E

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

Shades of Dark Spring Green #02862E

Tints of Dark Spring Green #02862E

Color information

#02862E (or 0x02862E) is unknown color: approx Dark Spring Green. HEX triplet: 02, 86 and 2E. RGB value is (2,134,46). Sum of RGB (Red+Green+Blue) = 2+134+46=182 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 182); Green value is 134 (52.73% from 255 or 73.63% from 182); Blue value is 46 (18.36% from 255 or 25.27% from 182); Max value from RGB is 134 - color contains mainly: green. Hex color #02862E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02862E is #FD79D1. Grayscale: #545454. Windows color (decimal): -16611794 or 3048962. OLE color: 3048962.

HSL color Cylindrical-coordinate representation of color #02862E: hue angle of 140º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02862E is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB213446-
CMYK0.9900.660.47
HSL140º97.06%26.67%-
HSV(B)140º98.51%52.55%-
XYZ9.0417.265.44-
YUV84.5106.2769.16-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.10%
GREEN value IS 134 (52.73% from 255) = 73.63%
BLUE value IS 46 (18.36% from 255) = 25.27%
R=1.10%
G=73.63%
B=25.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2134460.9900.660.4714097.0626.67
Hex2862E630422F8c611b
Octal22065614301025721414133
Binary101000011010111011000110100001010111110001100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02862E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,134,46); }

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

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

 a { background-color: rgb(2,134,46); }

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

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

 span { border-color: rgb(2,134,46); }

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