Html Css Color HEX #033225 Dark Green

📋 copy color: '#033225'

red 3 ◦ green 50 ◦ blue 37

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

Shades of Dark Green #033225

Tints of Dark Green #033225

RGB

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

 GREEN value IS 50 (19.92% from 255) = 55.56%

 BLUE value IS 37 (14.84% from 255) = 41.11%

R = 3.33%
G = 55.56%
B = 41.11%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.26

 K value IS 0.80

RGB Variations

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

Color information

#033225 (or 0x033225) is known color: Dark Green. HEX triplet: 03, 32 and 25. RGB value is (3,50,37). Sum of RGB (Red+Green+Blue) = 3+50+37=90 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.33% from 90); Green value is 50 (19.92% from 255 or 55.56% from 90); Blue value is 37 (14.84% from 255 or 41.11% from 90); Max value from RGB is 50 - color contains mainly: green. Hex color #033225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033225 is #FCCDDA. Grayscale: #222222. Windows color (decimal): -16567771 or 2437635. OLE color: 2437635.

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

Color convert

RGB 3 50 37 -
CMYK 0.94 0 0.26 0.80
HSL 163.4º 0.89% 0.1% -
HSV(B) 163.4º 0.94% 0.2% -
XYZ 1.51 2.43 2.14 -
YUV 34.47 129.43 105.56 -
System Red Green Blue C M Y K H S L
Decimal 3 50 37 0.94 0 0.26 0.80 163.4 0.89 0.1
Hex 3 32 25 5E 0 1A 50 A3 59 A
Octal 3 62 45 136 0 32 120 243 131 12
Binary 11 110010 100101 1011110 0 11010 1010000 10100011 1011001 1010

Color Harmonies of #033225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033225

Black with #033225

Text Example


Text Example

White with #033225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033225; }

 p { color: rgb(3,50,37); }

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

background-color css

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

 a { background-color: rgb(3,50,37); }

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

border-color css

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

 span { border-color: rgb(3,50,37); }

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