#027834

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

Shades of Dark Spring Green #027834

Tints of Dark Spring Green #027834

Color information

#027834 (or 0x027834) is unknown color: approx Dark Spring Green. HEX triplet: 02, 78 and 34. RGB value is (2,120,52). Sum of RGB (Red+Green+Blue) = 2+120+52=174 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.15% from 174); Green value is 120 (47.27% from 255 or 68.97% from 174); Blue value is 52 (20.70% from 255 or 29.89% from 174); Max value from RGB is 120 - color contains mainly: green. Hex color #027834 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027834 is #FD87CB. Grayscale: #4D4D4D. Windows color (decimal): -16615372 or 3438594. OLE color: 3438594.

HSL color Cylindrical-coordinate representation of color #027834: hue angle of 145.42º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027834 is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB212052-
CMYK0.9800.570.53
HSL145.42º96.72%23.92%-
HSV(B)145.42º98.33%47.06%-
XYZ7.3613.695.5-
YUV76.97113.9174.53-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.15%
GREEN value IS 120 (47.27% from 255) = 68.97%
BLUE value IS 52 (20.70% from 255) = 29.89%
R=1.15%
G=68.97%
B=29.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2120520.9800.570.53145.4296.7223.92
Hex278346203935916118
Octal2170641420716522114130
Binary1011110001101001100010011100111010110010001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027834; }

 p { color: rgb(2,120,52); }

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

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

 a { background-color: rgb(2,120,52); }

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

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

 span { border-color: rgb(2,120,52); }

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