Html Css Color HEX #092A20 Dark Green

📋 copy color: '#092A20'

red 9 ◦ green 42 ◦ blue 32

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

Shades of Dark Green #092A20

Tints of Dark Green #092A20

RGB

 RED value IS 9 (3.91% from 255) = 10.84%

 GREEN value IS 42 (16.8% from 255) = 50.6%

 BLUE value IS 32 (12.89% from 255) = 38.55%

R = 10.84%
G = 50.6%
B = 38.55%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.24

 K value IS 0.84

RGB Variations

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

Color information

#092A20 (or 0x092A20) is known color: Dark Green. HEX triplet: 09, 2A and 20. RGB value is (9,42,32). Sum of RGB (Red+Green+Blue) = 9+42+32=83 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.84% from 83); Green value is 42 (16.80% from 255 or 50.60% from 83); Blue value is 32 (12.89% from 255 or 38.55% from 83); Max value from RGB is 42 - color contains mainly: green. Hex color #092A20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092A20 is #F6D5DF. Grayscale: #1E1E1E. Windows color (decimal): -16176608 or 2107913. OLE color: 2107913.

HSL color Cylindrical-coordinate representation of color #092A20: hue angle of 161.82º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #092A20 is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.84.

Color convert

RGB 9 42 32 -
CMYK 0.79 0 0.24 0.84
HSL 161.82º 0.65% 0.1% -
HSV(B) 161.82º 0.79% 0.16% -
XYZ 1.2 1.82 1.65 -
YUV 30.99 128.57 112.31 -
System Red Green Blue C M Y K H S L
Decimal 9 42 32 0.79 0 0.24 0.84 161.82 0.65 0.1
Hex 9 2A 20 4F 0 18 54 A2 41 A
Octal 11 52 40 117 0 30 124 242 101 12
Binary 1001 101010 100000 1001111 0 11000 1010100 10100010 1000001 1010

Color Harmonies of #092A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092A20

Black with #092A20

Text Example


Text Example

White with #092A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092A20; }

 p { color: rgb(9,42,32); }

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

background-color css

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

 a { background-color: rgb(9,42,32); }

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

border-color css

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

 span { border-color: rgb(9,42,32); }

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