#033022

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

Shades of Dark Green #033022

Tints of Dark Green #033022

Color information

#033022 (or 0x033022) is unknown color: approx Dark Green. HEX triplet: 03, 30 and 22. RGB value is (3,48,34). Sum of RGB (Red+Green+Blue) = 3+48+34=85 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.53% from 85); Green value is 48 (19.14% from 255 or 56.47% from 85); Blue value is 34 (13.67% from 255 or 40% from 85); Max value from RGB is 48 - color contains mainly: green. Hex color #033022 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033022 is #FCCFDD. Grayscale: #202020. Windows color (decimal): -16568286 or 2240515. OLE color: 2240515.

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

Color convert

RGB34834-
CMYK0.9400.290.81
HSL161.33º88.24%10%-
HSV(B)161.33º93.75%18.82%-
XYZ1.382.251.87-
YUV32.95128.59106.64-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.53%
GREEN value IS 48 (19.14% from 255) = 56.47%
BLUE value IS 34 (13.67% from 255) = 40%
R=3.53%
G=56.47%
B=40%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal348340.9400.290.81161.3388.2410
Hex330225E01D51a158a
Octal3604213603512124113012
Binary11110000100010101111001110110100011010000110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033022; }

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

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

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

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

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

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

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

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