Html Css Color HEX #09311A Dark Green

📋 copy color: '#09311A'

red 9 ◦ green 49 ◦ blue 26

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

Shades of Dark Green #09311A

Tints of Dark Green #09311A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 58.33%

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

R = 10.71%
G = 58.33%
B = 30.95%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.47

 K value IS 0.81

RGB Variations

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

Color information

#09311A (or 0x09311A) is known color: Dark Green. HEX triplet: 09, 31 and 1A. RGB value is (9,49,26). Sum of RGB (Red+Green+Blue) = 9+49+26=84 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.71% from 84); Green value is 49 (19.53% from 255 or 58.33% from 84); Blue value is 26 (10.55% from 255 or 30.95% from 84); Max value from RGB is 49 - color contains mainly: green. Hex color #09311A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09311A is #F6CEE5. Grayscale: #222222. Windows color (decimal): -16174822 or 1716489. OLE color: 1716489.

HSL color Cylindrical-coordinate representation of color #09311A: hue angle of 145.5º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #09311A is Cyan = 0.82, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.81.

Color convert

RGB 9 49 26 -
CMYK 0.82 0 0.47 0.81
HSL 145.5º 0.69% 0.11% -
HSV(B) 145.5º 0.82% 0.19% -
XYZ 1.4 2.33 1.35 -
YUV 34.42 123.25 109.87 -
System Red Green Blue C M Y K H S L
Decimal 9 49 26 0.82 0 0.47 0.81 145.5 0.69 0.11
Hex 9 31 1A 52 0 2F 51 92 45 B
Octal 11 61 32 122 0 57 121 222 105 13
Binary 1001 110001 11010 1010010 0 101111 1010001 10010010 1000101 1011

Color Harmonies of #09311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09311A

Black with #09311A

Text Example


Text Example

White with #09311A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09311A; }

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

 H1.HeaderClassName
 {
   color: #09311A;
 }
 .AnyTagClassName
 {
   color: #09311A;
 }
</style>

background-color css

<style>
 a { background-color: #09311A; }

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

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

border-color css

<style>
 span { border-color: #09311A; }

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

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