Html Css Color HEX #033330 Dark Green

📋 copy color: '#033330'

red 3 ◦ green 51 ◦ blue 48

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

Shades of Dark Green #033330

Tints of Dark Green #033330

RGB

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

 GREEN value IS 51 (20.31% from 255) = 50%

 BLUE value IS 48 (19.14% from 255) = 47.06%

R = 2.94%
G = 50%
B = 47.06%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.06

 K value IS 0.8

RGB Variations

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

Color information

#033330 (or 0x033330) is known color: Dark Green. HEX triplet: 03, 33 and 30. RGB value is (3,51,48). Sum of RGB (Red+Green+Blue) = 3+51+48=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 51 (20.31% from 255 or 50% from 102); Blue value is 48 (19.14% from 255 or 47.06% from 102); Max value from RGB is 51 - color contains mainly: green. Hex color #033330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033330 is #FCCCCF. Grayscale: #242424. Windows color (decimal): -16567504 or 3158787. OLE color: 3158787.

HSL color Cylindrical-coordinate representation of color #033330: hue angle of 176.25º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #033330 is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.8.

Color convert

RGB 3 51 48 -
CMYK 0.94 0 0.06 0.8
HSL 176.25º 0.89% 0.11% -
HSV(B) 176.25º 0.94% 0.2% -
XYZ 1.75 2.6 3.21 -
YUV 36.31 134.6 104.24 -
System Red Green Blue C M Y K H S L
Decimal 3 51 48 0.94 0 0.06 0.8 176.25 0.89 0.11
Hex 3 33 30 5E 0 6 50 B0 59 B
Octal 3 63 60 136 0 6 120 260 131 13
Binary 11 110011 110000 1011110 0 110 1010000 10110000 1011001 1011

Color Harmonies of #033330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033330

Black with #033330

Text Example


Text Example

White with #033330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033330; }

 p { color: rgb(3,51,48); }

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

background-color css

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

 a { background-color: rgb(3,51,48); }

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

border-color css

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

 span { border-color: rgb(3,51,48); }

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