Html Css Color HEX #092C1A Dark Green

📋 copy color: '#092C1A'

red 9 ◦ green 44 ◦ blue 26

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

Shades of Dark Green #092C1A

Tints of Dark Green #092C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 32.91%

R = 11.39%
G = 55.7%
B = 32.91%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.41

 K value IS 0.83

RGB Variations

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

Color information

#092C1A (or 0x092C1A) is known color: Dark Green. HEX triplet: 09, 2C and 1A. RGB value is (9,44,26). Sum of RGB (Red+Green+Blue) = 9+44+26=79 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.39% from 79); Green value is 44 (17.58% from 255 or 55.70% from 79); Blue value is 26 (10.55% from 255 or 32.91% from 79); Max value from RGB is 44 - color contains mainly: green. Hex color #092C1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092C1A is #F6D3E5. Grayscale: #1F1F1F. Windows color (decimal): -16176102 or 1715209. OLE color: 1715209.

HSL color Cylindrical-coordinate representation of color #092C1A: hue angle of 149.14º 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 #092C1A is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.83.

Color convert

RGB 9 44 26 -
CMYK 0.80 0 0.41 0.83
HSL 149.14º 0.66% 0.1% -
HSV(B) 149.14º 0.8% 0.17% -
XYZ 1.2 1.93 1.29 -
YUV 31.48 124.9 111.96 -
System Red Green Blue C M Y K H S L
Decimal 9 44 26 0.80 0 0.41 0.83 149.14 0.66 0.1
Hex 9 2C 1A 50 0 29 53 95 42 A
Octal 11 54 32 120 0 51 123 225 102 12
Binary 1001 101100 11010 1010000 0 101001 1010011 10010101 1000010 1010

Color Harmonies of #092C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092C1A

Black with #092C1A

Text Example


Text Example

White with #092C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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