#023127

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

Shades of Dark Green #023127

Tints of Dark Green #023127

Color information

#023127 (or 0x023127) is unknown color: approx Dark Green. HEX triplet: 02, 31 and 27. RGB value is (2,49,39). Sum of RGB (Red+Green+Blue) = 2+49+39=90 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.22% from 90); Green value is 49 (19.53% from 255 or 54.44% from 90); Blue value is 39 (15.62% from 255 or 43.33% from 90); Max value from RGB is 49 - color contains mainly: green. Hex color #023127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023127 is #FDCED8. Grayscale: #212121. Windows color (decimal): -16633561 or 2568450. OLE color: 2568450.

HSL color Cylindrical-coordinate representation of color #023127: hue angle of 167.23º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023127 is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.81.

Color convert

RGB24939-
CMYK0.9600.200.81
HSL167.23º92.16%10%-
HSV(B)167.23º95.92%19.22%-
XYZ1.492.362.3-
YUV33.81130.93105.31-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.22%
GREEN value IS 49 (19.53% from 255) = 54.44%
BLUE value IS 39 (15.62% from 255) = 43.33%
R=2.22%
G=54.44%
B=43.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal249390.9600.200.81167.2392.1610
Hex231276001451a75ca
Octal2614714002412124713412
Binary10110001100111110000001010010100011010011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023127; }

 p { color: rgb(2,49,39); }

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

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

 a { background-color: rgb(2,49,39); }

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

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

 span { border-color: rgb(2,49,39); }

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