#027B38

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

Shades of Dark Spring Green #027B38

Tints of Dark Spring Green #027B38

Color information

#027B38 (or 0x027B38) is unknown color: approx Dark Spring Green. HEX triplet: 02, 7B and 38. RGB value is (2,123,56). Sum of RGB (Red+Green+Blue) = 2+123+56=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 123 (48.44% from 255 or 67.96% from 181); Blue value is 56 (22.27% from 255 or 30.94% from 181); Max value from RGB is 123 - color contains mainly: green. Hex color #027B38 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027B38 is #FD84C7. Grayscale: #4F4F4F. Windows color (decimal): -16614600 or 3701506. OLE color: 3701506.

HSL color Cylindrical-coordinate representation of color #027B38: hue angle of 146.78º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027B38 is Cyan = 0.98, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.52.

Color convert

RGB212356-
CMYK0.9800.540.52
HSL146.78º96.8%24.51%-
HSV(B)146.78º98.37%48.24%-
XYZ7.8214.466.12-
YUV79.18114.9172.95-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.10%
GREEN value IS 123 (48.44% from 255) = 67.96%
BLUE value IS 56 (22.27% from 255) = 30.94%
R=1.10%
G=67.96%
B=30.94%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2123560.9800.540.52146.7896.824.51
Hex27B386203634936119
Octal2173701420666422314131
Binary1011110111110001100010011011011010010010011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027B38; }

 p { color: rgb(2,123,56); }

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

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

 a { background-color: rgb(2,123,56); }

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

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

 span { border-color: rgb(2,123,56); }

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