Html Css Color HEX #02381E Dark Green

📋 copy color: '#02381E'

red 2 ◦ green 56 ◦ blue 30

#02381E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #02381E

Tints of Dark Green #02381E

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 value IS 0.96

 M value IS 0

 Y value IS 0.46

 K value IS 0.78

RGB Variations

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

Color information

#02381E (or 0x02381E) is known color: 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

RGB 2 56 30 -
CMYK 0.96 0 0.46 0.78
HSL 151.11º 0.93% 0.11% -
HSV(B) 151.11º 0.96% 0.22% -
XYZ 1.67 2.93 1.71 -
YUV 36.89 124.11 103.11 -
System Red Green Blue C M Y K H S L
Decimal 2 56 30 0.96 0 0.46 0.78 151.11 0.93 0.11
Hex 2 38 1E 60 0 2E 4E 97 5D B
Octal 2 70 36 140 0 56 116 227 135 13
Binary 10 111000 11110 1100000 0 101110 1001110 10010111 1011101 1011

Color Harmonies of #02381E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02381E

Black with #02381E

Text Example


Text Example

White with #02381E

Text Example


Text Example

HTML Codes & Css Web 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>