Html Css Color HEX #092C1E Dark Green

📋 copy color: '#092C1E'

red 9 ◦ green 44 ◦ blue 30

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

Shades of Dark Green #092C1E

Tints of Dark Green #092C1E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 53.01%

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

R = 10.84%
G = 53.01%
B = 36.14%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.32

 K value IS 0.83

RGB Variations

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

Color information

#092C1E (or 0x092C1E) is known color: Dark Green. HEX triplet: 09, 2C and 1E. RGB value is (9,44,30). Sum of RGB (Red+Green+Blue) = 9+44+30=83 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.84% from 83); Green value is 44 (17.58% from 255 or 53.01% from 83); Blue value is 30 (12.11% from 255 or 36.14% from 83); Max value from RGB is 44 - color contains mainly: green. Hex color #092C1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092C1E is #F6D3E1. Grayscale: #1F1F1F. Windows color (decimal): -16176098 or 1977353. OLE color: 1977353.

HSL color Cylindrical-coordinate representation of color #092C1E: hue angle of 156º degrees, saturation: 0.66, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #092C1E is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.83.

Color convert

RGB 9 44 30 -
CMYK 0.80 0 0.32 0.83
HSL 156º 0.66% 0.1% -
HSV(B) 156º 0.8% 0.17% -
XYZ 1.25 1.95 1.54 -
YUV 31.94 126.9 111.64 -
System Red Green Blue C M Y K H S L
Decimal 9 44 30 0.80 0 0.32 0.83 156 0.66 0.1
Hex 9 2C 1E 50 0 20 53 9C 42 A
Octal 11 54 36 120 0 40 123 234 102 12
Binary 1001 101100 11110 1010000 0 100000 1010011 10011100 1000010 1010

Color Harmonies of #092C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092C1E

Black with #092C1E

Text Example


Text Example

White with #092C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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