Html Css Color HEX #09341F Dark Green

📋 copy color: '#09341F'

red 9 ◦ green 52 ◦ blue 31

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

Shades of Dark Green #09341F

Tints of Dark Green #09341F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 33.7%

R = 9.78%
G = 56.52%
B = 33.7%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.40

 K value IS 0.80

RGB Variations

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

Color information

#09341F (or 0x09341F) is known color: Dark Green. HEX triplet: 09, 34 and 1F. RGB value is (9,52,31). Sum of RGB (Red+Green+Blue) = 9+52+31=92 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.78% from 92); Green value is 52 (20.70% from 255 or 56.52% from 92); Blue value is 31 (12.5% from 255 or 33.70% from 92); Max value from RGB is 52 - color contains mainly: green. Hex color #09341F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09341F is #F6CBE0. Grayscale: #242424. Windows color (decimal): -16174049 or 2044937. OLE color: 2044937.

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

Color convert

RGB 9 52 31 -
CMYK 0.83 0 0.40 0.80
HSL 150.7º 0.7% 0.12% -
HSV(B) 150.7º 0.83% 0.2% -
XYZ 1.59 2.61 1.72 -
YUV 36.75 124.75 108.21 -
System Red Green Blue C M Y K H S L
Decimal 9 52 31 0.83 0 0.40 0.80 150.7 0.7 0.12
Hex 9 34 1F 53 0 28 50 97 46 C
Octal 11 64 37 123 0 50 120 227 106 14
Binary 1001 110100 11111 1010011 0 101000 1010000 10010111 1000110 1100

Color Harmonies of #09341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09341F

Black with #09341F

Text Example


Text Example

White with #09341F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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