#023B30

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

Shades of Dark Green #023B30

Tints of Dark Green #023B30

Color information

#023B30 (or 0x023B30) is unknown color: approx Dark Green. HEX triplet: 02, 3B and 30. RGB value is (2,59,48). Sum of RGB (Red+Green+Blue) = 2+59+48=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 59 (23.44% from 255 or 54.13% from 109); Blue value is 48 (19.14% from 255 or 44.04% from 109); Max value from RGB is 59 - color contains mainly: green. Hex color #023B30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023B30 is #FDC4CF. Grayscale: #282828. Windows color (decimal): -16630992 or 3160834. OLE color: 3160834.

HSL color Cylindrical-coordinate representation of color #023B30: hue angle of 168.42º 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 #023B30 is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.

Color convert

RGB25948-
CMYK0.9700.190.77
HSL168.42º93.44%11.96%-
HSV(B)168.42º96.61%23.14%-
XYZ2.123.353.33-
YUV40.7132.12100.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.83%
GREEN value IS 59 (23.44% from 255) = 54.13%
BLUE value IS 48 (19.14% from 255) = 44.04%
R=1.83%
G=54.13%
B=44.04%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal259480.9700.190.77168.4293.4411.96
Hex23B30610134Da85dc
Octal2736014102311525013514
Binary10111011110000110000101001110011011010100010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,59,48); }

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

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

 a { background-color: rgb(2,59,48); }

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

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

 span { border-color: rgb(2,59,48); }

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