Html Css Color HEX #023022 Dark Green

📋 copy color: '#023022'

red 2 ◦ green 48 ◦ blue 34

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

Shades of Dark Green #023022

Tints of Dark Green #023022

RGB

 RED value IS 2 (1.17% from 255) = 2.38%

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

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

R = 2.38%
G = 57.14%
B = 40.48%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.29

 K value IS 0.81

RGB Variations

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

Color information

#023022 (or 0x023022) is known color: Dark Green. HEX triplet: 02, 30 and 22. RGB value is (2,48,34). Sum of RGB (Red+Green+Blue) = 2+48+34=84 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.38% from 84); Green value is 48 (19.14% from 255 or 57.14% from 84); Blue value is 34 (13.67% from 255 or 40.48% from 84); Max value from RGB is 48 - color contains mainly: green. Hex color #023022 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023022 is #FDCFDD. Grayscale: #202020. Windows color (decimal): -16633822 or 2240514. OLE color: 2240514.

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

Color convert

RGB 2 48 34 -
CMYK 0.96 0 0.29 0.81
HSL 161.74º 0.92% 0.1% -
HSV(B) 161.74º 0.96% 0.19% -
XYZ 1.37 2.24 1.87 -
YUV 32.65 128.76 106.14 -
System Red Green Blue C M Y K H S L
Decimal 2 48 34 0.96 0 0.29 0.81 161.74 0.92 0.1
Hex 2 30 22 60 0 1D 51 A2 5C A
Octal 2 60 42 140 0 35 121 242 134 12
Binary 10 110000 100010 1100000 0 11101 1010001 10100010 1011100 1010

Color Harmonies of #023022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023022

Black with #023022

Text Example


Text Example

White with #023022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023022; }

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

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

background-color css

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

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

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

border-color css

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

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

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