#02382B

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

Shades of Dark Green #02382B

Tints of Dark Green #02382B

Color information

#02382B (or 0x02382B) is unknown color: approx Dark Green. HEX triplet: 02, 38 and 2B. RGB value is (2,56,43). Sum of RGB (Red+Green+Blue) = 2+56+43=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 56 (22.27% from 255 or 55.45% from 101); Blue value is 43 (17.19% from 255 or 42.57% from 101); Max value from RGB is 56 - color contains mainly: green. Hex color #02382B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02382B is #FDC7D4. Grayscale: #262626. Windows color (decimal): -16631765 or 2832386. OLE color: 2832386.

HSL color Cylindrical-coordinate representation of color #02382B: hue angle of 165.56º 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 #02382B is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB25643-
CMYK0.9600.230.78
HSL165.56º93.1%11.37%-
HSV(B)165.56º96.43%21.96%-
XYZ1.883.022.77-
YUV38.37130.61102.06-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.98%
GREEN value IS 56 (22.27% from 255) = 55.45%
BLUE value IS 43 (17.19% from 255) = 42.57%
R=1.98%
G=55.45%
B=42.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal256430.9600.230.78165.5693.111.37
Hex2382B600174Ea65db
Octal2705314002711624613513
Binary10111000101011110000001011110011101010011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02382B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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