Html Css Color HEX #03381E Dark Green

📋 copy color: '#03381E'

red 3 ◦ green 56 ◦ blue 30

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

Shades of Dark Green #03381E

Tints of Dark Green #03381E

RGB

 RED value IS 3 (1.56% from 255) = 3.37%

 GREEN value IS 56 (22.27% from 255) = 62.92%

 BLUE value IS 30 (12.11% from 255) = 33.71%

R = 3.37%
G = 62.92%
B = 33.71%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.46

 K value IS 0.78

RGB Variations

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

Color information

#03381E (or 0x03381E) is known color: Dark Green. HEX triplet: 03, 38 and 1E. RGB value is (3,56,30). Sum of RGB (Red+Green+Blue) = 3+56+30=89 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.37% from 89); Green value is 56 (22.27% from 255 or 62.92% from 89); Blue value is 30 (12.11% from 255 or 33.71% from 89); Max value from RGB is 56 - color contains mainly: green. Hex color #03381E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03381E is #FCC7E1. Grayscale: #252525. Windows color (decimal): -16566242 or 1980419. OLE color: 1980419.

HSL color Cylindrical-coordinate representation of color #03381E: hue angle of 150.57º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03381E is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB 3 56 30 -
CMYK 0.95 0 0.46 0.78
HSL 150.57º 0.9% 0.12% -
HSV(B) 150.57º 0.95% 0.22% -
XYZ 1.69 2.94 1.71 -
YUV 37.19 123.94 103.61 -
System Red Green Blue C M Y K H S L
Decimal 3 56 30 0.95 0 0.46 0.78 150.57 0.9 0.12
Hex 3 38 1E 5F 0 2E 4E 97 5A C
Octal 3 70 36 137 0 56 116 227 132 14
Binary 11 111000 11110 1011111 0 101110 1001110 10010111 1011010 1100

Color Harmonies of #03381E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03381E

Black with #03381E

Text Example


Text Example

White with #03381E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03381E;
 }
 .AnyTagClassName
 {
   color: #03381E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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