Html Css Color HEX #03382B Dark Green

📋 copy color: '#03382B'

red 3 ◦ green 56 ◦ blue 43

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

Shades of Dark Green #03382B

Tints of Dark Green #03382B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 42.16%

R = 2.94%
G = 54.9%
B = 42.16%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.23

 K value IS 0.78

RGB Variations

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

Color information

#03382B (or 0x03382B) is known color: Dark Green. HEX triplet: 03, 38 and 2B. RGB value is (3,56,43). Sum of RGB (Red+Green+Blue) = 3+56+43=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 56 (22.27% from 255 or 54.90% from 102); Blue value is 43 (17.19% from 255 or 42.16% from 102); Max value from RGB is 56 - color contains mainly: green. Hex color #03382B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03382B is #FCC7D4. Grayscale: #262626. Windows color (decimal): -16566229 or 2832387. OLE color: 2832387.

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

Color convert

RGB 3 56 43 -
CMYK 0.95 0 0.23 0.78
HSL 165.28º 0.9% 0.12% -
HSV(B) 165.28º 0.95% 0.22% -
XYZ 1.89 3.02 2.77 -
YUV 38.67 130.44 102.56 -
System Red Green Blue C M Y K H S L
Decimal 3 56 43 0.95 0 0.23 0.78 165.28 0.9 0.12
Hex 3 38 2B 5F 0 17 4E A5 5A C
Octal 3 70 53 137 0 27 116 245 132 14
Binary 11 111000 101011 1011111 0 10111 1001110 10100101 1011010 1100

Color Harmonies of #03382B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03382B

Black with #03382B

Text Example


Text Example

White with #03382B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03382B;
 }
 .AnyTagClassName
 {
   color: #03382B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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