Html Css Color HEX #023223 Dark Green

📋 copy color: '#023223'

red 2 ◦ green 50 ◦ blue 35

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

Shades of Dark Green #023223

Tints of Dark Green #023223

RGB

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

 GREEN value IS 50 (19.92% from 255) = 57.47%

 BLUE value IS 35 (14.06% from 255) = 40.23%

R = 2.3%
G = 57.47%
B = 40.23%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.30

 K value IS 0.80

RGB Variations

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

Color information

#023223 (or 0x023223) is known color: Dark Green. HEX triplet: 02, 32 and 23. RGB value is (2,50,35). Sum of RGB (Red+Green+Blue) = 2+50+35=87 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.30% from 87); Green value is 50 (19.92% from 255 or 57.47% from 87); Blue value is 35 (14.06% from 255 or 40.23% from 87); Max value from RGB is 50 - color contains mainly: green. Hex color #023223 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023223 is #FDCDDC. Grayscale: #212121. Windows color (decimal): -16633309 or 2306562. OLE color: 2306562.

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

Color convert

RGB 2 50 35 -
CMYK 0.96 0 0.30 0.80
HSL 161.25º 0.92% 0.1% -
HSV(B) 161.25º 0.96% 0.2% -
XYZ 1.47 2.42 1.98 -
YUV 33.94 128.6 105.22 -
System Red Green Blue C M Y K H S L
Decimal 2 50 35 0.96 0 0.30 0.80 161.25 0.92 0.1
Hex 2 32 23 60 0 1E 50 A1 5C A
Octal 2 62 43 140 0 36 120 241 134 12
Binary 10 110010 100011 1100000 0 11110 1010000 10100001 1011100 1010

Color Harmonies of #023223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023223

Black with #023223

Text Example


Text Example

White with #023223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023223; }

 p { color: rgb(2,50,35); }

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

background-color css

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

 a { background-color: rgb(2,50,35); }

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

border-color css

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

 span { border-color: rgb(2,50,35); }

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