Html Css Color HEX #003022 Dark Green

📋 copy color: '#003022'

red 0 ◦ green 48 ◦ blue 34

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

Shades of Dark Green #003022

Tints of Dark Green #003022

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 48 (19.14% from 255) = 58.54%

 BLUE value IS 34 (13.67% from 255) = 41.46%

R = 0%
G = 58.54%
B = 41.46%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.29

 K value IS 0.81

RGB Variations

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

Color information

#003022 (or 0x003022) is known color: Dark Green. HEX triplet: 00, 30 and 22. RGB value is (0,48,34). Sum of RGB (Red+Green+Blue) = 0+48+34=82 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 82); Green value is 48 (19.14% from 255 or 58.54% from 82); Blue value is 34 (13.67% from 255 or 41.46% from 82); Max value from RGB is 48 - color contains mainly: green. Hex color #003022 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003022 is #FFCFDD. Grayscale: #202020. Windows color (decimal): -16764894 or 2240512. OLE color: 2240512.

HSL color Cylindrical-coordinate representation of color #003022: hue angle of 162.5º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003022 is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.81.

Color convert

RGB 0 48 34 -
CMYK 1 0 0.29 0.81
HSL 162.5º 1% 0.09% -
HSV(B) 162.5º 1% 0.19% -
XYZ 1.35 2.23 1.87 -
YUV 32.05 129.1 105.14 -
System Red Green Blue C M Y K H S L
Decimal 0 48 34 1 0 0.29 0.81 162.5 1 0.09
Hex 0 30 22 64 0 1D 51 A2 64 9
Octal 0 60 42 144 0 35 121 242 144 11
Binary 0 110000 100010 1100100 0 11101 1010001 10100010 1100100 1001

Color Harmonies of #003022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003022

Black with #003022

Text Example


Text Example

White with #003022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003022; }

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

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

background-color css

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

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

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

border-color css

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

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

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