Html Css Color HEX #092E1C Dark Green

📋 copy color: '#092E1C'

red 9 ◦ green 46 ◦ blue 28

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

Shades of Dark Green #092E1C

Tints of Dark Green #092E1C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 55.42%

 BLUE value IS 28 (11.33% from 255) = 33.73%

R = 10.84%
G = 55.42%
B = 33.73%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.39

 K value IS 0.82

RGB Variations

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

Color information

#092E1C (or 0x092E1C) is known color: Dark Green. HEX triplet: 09, 2E and 1C. RGB value is (9,46,28). Sum of RGB (Red+Green+Blue) = 9+46+28=83 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.84% from 83); Green value is 46 (18.36% from 255 or 55.42% from 83); Blue value is 28 (11.33% from 255 or 33.73% from 83); Max value from RGB is 46 - color contains mainly: green. Hex color #092E1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092E1C is #F6D1E3. Grayscale: #202020. Windows color (decimal): -16175588 or 1846793. OLE color: 1846793.

HSL color Cylindrical-coordinate representation of color #092E1C: hue angle of 150.81º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #092E1C is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.82.

Color convert

RGB 9 46 28 -
CMYK 0.80 0 0.39 0.82
HSL 150.81º 0.67% 0.11% -
HSV(B) 150.81º 0.8% 0.18% -
XYZ 1.3 2.1 1.43 -
YUV 32.89 125.24 110.96 -
System Red Green Blue C M Y K H S L
Decimal 9 46 28 0.80 0 0.39 0.82 150.81 0.67 0.11
Hex 9 2E 1C 50 0 27 52 97 43 B
Octal 11 56 34 120 0 47 122 227 103 13
Binary 1001 101110 11100 1010000 0 100111 1010010 10010111 1000011 1011

Color Harmonies of #092E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092E1C

Black with #092E1C

Text Example


Text Example

White with #092E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,46,28); }

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

background-color css

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

 a { background-color: rgb(9,46,28); }

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

border-color css

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

 span { border-color: rgb(9,46,28); }

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