Html Css Color HEX #033425 Dark Green

📋 copy color: '#033425'

red 3 ◦ green 52 ◦ blue 37

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

Shades of Dark Green #033425

Tints of Dark Green #033425

RGB

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

 GREEN value IS 52 (20.7% from 255) = 56.52%

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

R = 3.26%
G = 56.52%
B = 40.22%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.29

 K value IS 0.80

RGB Variations

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

Color information

#033425 (or 0x033425) is known color: Dark Green. HEX triplet: 03, 34 and 25. RGB value is (3,52,37). Sum of RGB (Red+Green+Blue) = 3+52+37=92 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.26% from 92); Green value is 52 (20.70% from 255 or 56.52% from 92); Blue value is 37 (14.84% from 255 or 40.22% from 92); Max value from RGB is 52 - color contains mainly: green. Hex color #033425 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033425 is #FCCBDA. Grayscale: #232323. Windows color (decimal): -16567259 or 2438147. OLE color: 2438147.

HSL color Cylindrical-coordinate representation of color #033425: hue angle of 161.63º 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 #033425 is Cyan = 0.94, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.80.

Color convert

RGB 3 52 37 -
CMYK 0.94 0 0.29 0.80
HSL 161.63º 0.89% 0.11% -
HSV(B) 161.63º 0.94% 0.2% -
XYZ 1.6 2.61 2.17 -
YUV 35.64 128.77 104.72 -
System Red Green Blue C M Y K H S L
Decimal 3 52 37 0.94 0 0.29 0.80 161.63 0.89 0.11
Hex 3 34 25 5E 0 1D 50 A2 59 B
Octal 3 64 45 136 0 35 120 242 131 13
Binary 11 110100 100101 1011110 0 11101 1010000 10100010 1011001 1011

Color Harmonies of #033425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033425

Black with #033425

Text Example


Text Example

White with #033425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033425; }

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

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

background-color css

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

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

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

border-color css

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

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

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