#02381D

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

Shades of Dark Green #02381D

Tints of Dark Green #02381D

Color information

#02381D (or 0x02381D) is unknown color: approx Dark Green. HEX triplet: 02, 38 and 1D. RGB value is (2,56,29). Sum of RGB (Red+Green+Blue) = 2+56+29=87 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.30% from 87); Green value is 56 (22.27% from 255 or 64.37% from 87); Blue value is 29 (11.72% from 255 or 33.33% from 87); Max value from RGB is 56 - color contains mainly: green. Hex color #02381D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02381D is #FDC7E2. Grayscale: #242424. Windows color (decimal): -16631779 or 1914882. OLE color: 1914882.

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

Color convert

RGB25629-
CMYK0.9600.480.78
HSL150º93.1%11.37%-
HSV(B)150º96.43%21.96%-
XYZ1.662.931.64-
YUV36.78123.61103.2-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.30%
GREEN value IS 56 (22.27% from 255) = 64.37%
BLUE value IS 29 (11.72% from 255) = 33.33%
R=2.30%
G=64.37%
B=33.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal256290.9600.480.7815093.111.37
Hex2381D600304E965db
Octal2703514006011622613513
Binary10111000111011100000011000010011101001011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02381D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02381D; }

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

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

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

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

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

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

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

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