Html Css Color HEX #092A1E Dark Green

📋 copy color: '#092A1E'

red 9 ◦ green 42 ◦ blue 30

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

Shades of Dark Green #092A1E

Tints of Dark Green #092A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 37.04%

R = 11.11%
G = 51.85%
B = 37.04%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.29

 K value IS 0.84

RGB Variations

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

Color information

#092A1E (or 0x092A1E) is known color: Dark Green. HEX triplet: 09, 2A and 1E. RGB value is (9,42,30). Sum of RGB (Red+Green+Blue) = 9+42+30=81 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.11% from 81); Green value is 42 (16.80% from 255 or 51.85% from 81); Blue value is 30 (12.11% from 255 or 37.04% from 81); Max value from RGB is 42 - color contains mainly: green. Hex color #092A1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092A1E is #F6D5E1. Grayscale: #1E1E1E. Windows color (decimal): -16176610 or 1976841. OLE color: 1976841.

HSL color Cylindrical-coordinate representation of color #092A1E: hue angle of 158.18º 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 #092A1E is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.84.

Color convert

RGB 9 42 30 -
CMYK 0.79 0 0.29 0.84
HSL 158.18º 0.65% 0.1% -
HSV(B) 158.18º 0.79% 0.16% -
XYZ 1.17 1.81 1.52 -
YUV 30.77 127.57 112.48 -
System Red Green Blue C M Y K H S L
Decimal 9 42 30 0.79 0 0.29 0.84 158.18 0.65 0.1
Hex 9 2A 1E 4F 0 1D 54 9E 41 A
Octal 11 52 36 117 0 35 124 236 101 12
Binary 1001 101010 11110 1001111 0 11101 1010100 10011110 1000001 1010

Color Harmonies of #092A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092A1E

Black with #092A1E

Text Example


Text Example

White with #092A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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