#023A2D

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

Shades of Dark Green #023A2D

Tints of Dark Green #023A2D

Color information

#023A2D (or 0x023A2D) is unknown color: approx Dark Green. HEX triplet: 02, 3A and 2D. RGB value is (2,58,45). Sum of RGB (Red+Green+Blue) = 2+58+45=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 58 (23.05% from 255 or 55.24% from 105); Blue value is 45 (17.97% from 255 or 42.86% from 105); Max value from RGB is 58 - color contains mainly: green. Hex color #023A2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023A2D is #FDC5D2. Grayscale: #272727. Windows color (decimal): -16631251 or 2963970. OLE color: 2963970.

HSL color Cylindrical-coordinate representation of color #023A2D: hue angle of 166.07º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023A2D is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.77.

Color convert

RGB25845-
CMYK0.9700.220.77
HSL166.07º93.33%11.76%-
HSV(B)166.07º96.55%22.75%-
XYZ2.013.233-
YUV39.77130.95101.06-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.90%
GREEN value IS 58 (23.05% from 255) = 55.24%
BLUE value IS 45 (17.97% from 255) = 42.86%
R=1.90%
G=55.24%
B=42.86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal258450.9700.220.77166.0793.3311.76
Hex23A2D610164Da65dc
Octal2725514102611524613514
Binary10111010101101110000101011010011011010011010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023A2D; }

 p { color: rgb(2,58,45); }

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

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

 a { background-color: rgb(2,58,45); }

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

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

 span { border-color: rgb(2,58,45); }

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