#02381E

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

Shades of Dark Green #02381E

Tints of Dark Green #02381E

Color information

#02381E (or 0x02381E) is unknown color: approx Dark Green. HEX triplet: 02, 38 and 1E. RGB value is (2,56,30). Sum of RGB (Red+Green+Blue) = 2+56+30=88 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.27% from 88); Green value is 56 (22.27% from 255 or 63.64% from 88); Blue value is 30 (12.11% from 255 or 34.09% from 88); Max value from RGB is 56 - color contains mainly: green. Hex color #02381E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02381E is #FDC7E1. Grayscale: #242424. Windows color (decimal): -16631778 or 1980418. OLE color: 1980418.

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

Color convert

RGB25630-
CMYK0.9600.460.78
HSL151.11º93.1%11.37%-
HSV(B)151.11º96.43%21.96%-
XYZ1.672.931.71-
YUV36.89124.11103.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.27%
GREEN value IS 56 (22.27% from 255) = 63.64%
BLUE value IS 30 (12.11% from 255) = 34.09%
R=2.27%
G=63.64%
B=34.09%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal256300.9600.460.78151.1193.111.37
Hex2381E6002E4E975db
Octal2703614005611622713513
Binary10111000111101100000010111010011101001011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02381E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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