#033025

Color #033025 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #033025

Tints of Dark Green #033025

Color information

#033025 (or 0x033025) is unknown color: approx Dark Green. HEX triplet: 03, 30 and 25. RGB value is (3,48,37). Sum of RGB (Red+Green+Blue) = 3+48+37=88 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.41% from 88); Green value is 48 (19.14% from 255 or 54.55% from 88); Blue value is 37 (14.84% from 255 or 42.05% from 88); Max value from RGB is 48 - color contains mainly: green. Hex color #033025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033025 is #FCCFDA. Grayscale: #212121. Windows color (decimal): -16568283 or 2437123. OLE color: 2437123.

HSL color Cylindrical-coordinate representation of color #033025: hue angle of 165.33º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #033025 is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.81.

Color convert

RGB34837-
CMYK0.9400.230.81
HSL165.33º88.24%10%-
HSV(B)165.33º93.75%18.82%-
XYZ1.432.272.11-
YUV33.29130.09106.39-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.41%
GREEN value IS 48 (19.14% from 255) = 54.55%
BLUE value IS 37 (14.84% from 255) = 42.05%
R=3.41%
G=54.55%
B=42.05%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal348370.9400.230.81165.3388.2410
Hex330255E01751a558a
Octal3604513602712124513012
Binary11110000100101101111001011110100011010010110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033025; }

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

 H1.HeaderClassName
 {
   color: #033025;
 }
 .AnyTagClassName
 {
   color: #033025;
 }
</style>
background-color css

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

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

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

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

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

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