Html Css Color HEX #09341E Dark Green

📋 copy color: '#09341E'

red 9 ◦ green 52 ◦ blue 30

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

Shades of Dark Green #09341E

Tints of Dark Green #09341E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 57.14%

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

R = 9.89%
G = 57.14%
B = 32.97%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.42

 K value IS 0.80

RGB Variations

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

Color information

#09341E (or 0x09341E) is known color: Dark Green. HEX triplet: 09, 34 and 1E. RGB value is (9,52,30). Sum of RGB (Red+Green+Blue) = 9+52+30=91 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.89% from 91); Green value is 52 (20.70% from 255 or 57.14% from 91); Blue value is 30 (12.11% from 255 or 32.97% from 91); Max value from RGB is 52 - color contains mainly: green. Hex color #09341E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09341E is #F6CBE1. Grayscale: #242424. Windows color (decimal): -16174050 or 1979401. OLE color: 1979401.

HSL color Cylindrical-coordinate representation of color #09341E: hue angle of 149.3º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #09341E is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.

Color convert

RGB 9 52 30 -
CMYK 0.83 0 0.42 0.80
HSL 149.3º 0.7% 0.12% -
HSV(B) 149.3º 0.83% 0.2% -
XYZ 1.57 2.61 1.65 -
YUV 36.64 124.25 108.29 -
System Red Green Blue C M Y K H S L
Decimal 9 52 30 0.83 0 0.42 0.80 149.3 0.7 0.12
Hex 9 34 1E 53 0 2A 50 95 46 C
Octal 11 64 36 123 0 52 120 225 106 14
Binary 1001 110100 11110 1010011 0 101010 1010000 10010101 1000110 1100

Color Harmonies of #09341E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09341E

Black with #09341E

Text Example


Text Example

White with #09341E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09341E; }

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

 H1.HeaderClassName
 {
   color: #09341E;
 }
 .AnyTagClassName
 {
   color: #09341E;
 }
</style>

background-color css

<style>
 a { background-color: #09341E; }

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

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

border-color css

<style>
 span { border-color: #09341E; }

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

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