Html Css Color HEX #033530 Dark Green

📋 copy color: '#033530'

red 3 ◦ green 53 ◦ blue 48

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

Shades of Dark Green #033530

Tints of Dark Green #033530

RGB

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

 GREEN value IS 53 (21.09% from 255) = 50.96%

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

R = 2.88%
G = 50.96%
B = 46.15%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0.79

RGB Variations

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

Color information

#033530 (or 0x033530) is known color: Dark Green. HEX triplet: 03, 35 and 30. RGB value is (3,53,48). Sum of RGB (Red+Green+Blue) = 3+53+48=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 53 (21.09% from 255 or 50.96% from 104); Blue value is 48 (19.14% from 255 or 46.15% from 104); Max value from RGB is 53 - color contains mainly: green. Hex color #033530 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033530 is #FCCACF. Grayscale: #252525. Windows color (decimal): -16566992 or 3159299. OLE color: 3159299.

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

Color convert

RGB 3 53 48 -
CMYK 0.94 0 0.09 0.79
HSL 174º 0.89% 0.11% -
HSV(B) 174º 0.94% 0.21% -
XYZ 1.84 2.78 3.24 -
YUV 37.48 133.94 103.41 -
System Red Green Blue C M Y K H S L
Decimal 3 53 48 0.94 0 0.09 0.79 174 0.89 0.11
Hex 3 35 30 5E 0 9 4F AE 59 B
Octal 3 65 60 136 0 11 117 256 131 13
Binary 11 110101 110000 1011110 0 1001 1001111 10101110 1011001 1011

Color Harmonies of #033530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033530

Black with #033530

Text Example


Text Example

White with #033530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033530; }

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

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

background-color css

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

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

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

border-color css

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

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

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