#02382C

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

Shades of Dark Green #02382C

Tints of Dark Green #02382C

Color information

#02382C (or 0x02382C) is unknown color: approx Dark Green. HEX triplet: 02, 38 and 2C. RGB value is (2,56,44). Sum of RGB (Red+Green+Blue) = 2+56+44=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 56 (22.27% from 255 or 54.90% from 102); Blue value is 44 (17.58% from 255 or 43.14% from 102); Max value from RGB is 56 - color contains mainly: green. Hex color #02382C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02382C is #FDC7D3. Grayscale: #262626. Windows color (decimal): -16631764 or 2897922. OLE color: 2897922.

HSL color Cylindrical-coordinate representation of color #02382C: hue angle of 166.67º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02382C is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB25644-
CMYK0.9600.210.78
HSL166.67º93.1%11.37%-
HSV(B)166.67º96.43%21.96%-
XYZ1.893.022.87-
YUV38.49131.11101.98-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.96%
GREEN value IS 56 (22.27% from 255) = 54.90%
BLUE value IS 44 (17.58% from 255) = 43.14%
R=1.96%
G=54.90%
B=43.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal256440.9600.210.78166.6793.111.37
Hex2382C600154Ea75db
Octal2705414002511624713513
Binary10111000101100110000001010110011101010011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02382C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02382C; }

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

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

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

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

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

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

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

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