#027538

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

Shades of Dark Spring Green #027538

Tints of Dark Spring Green #027538

Color information

#027538 (or 0x027538) is unknown color: approx Dark Spring Green. HEX triplet: 02, 75 and 38. RGB value is (2,117,56). Sum of RGB (Red+Green+Blue) = 2+117+56=175 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 175); Green value is 117 (46.09% from 255 or 66.86% from 175); Blue value is 56 (22.27% from 255 or 32% from 175); Max value from RGB is 117 - color contains mainly: green. Hex color #027538 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027538 is #FD8AC7. Grayscale: #4B4B4B. Windows color (decimal): -16616136 or 3699970. OLE color: 3699970.

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

Color convert

RGB211756-
CMYK0.9800.520.54
HSL148.17º96.64%23.33%-
HSV(B)148.17º98.29%45.88%-
XYZ7.113.025.88-
YUV75.66116.975.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.14%
GREEN value IS 117 (46.09% from 255) = 66.86%
BLUE value IS 56 (22.27% from 255) = 32%
R=1.14%
G=66.86%
B=32%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2117560.9800.520.54148.1796.6423.33
Hex275386203436946117
Octal2165701420646622414127
Binary1011101011110001100010011010011011010010100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027538; }

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

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

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

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

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

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

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

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