Html Css Color HEX #09301A Dark Green

📋 copy color: '#09301A'

red 9 ◦ green 48 ◦ blue 26

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

Shades of Dark Green #09301A

Tints of Dark Green #09301A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 57.83%

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

R = 10.84%
G = 57.83%
B = 31.33%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.46

 K value IS 0.81

RGB Variations

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

Color information

#09301A (or 0x09301A) is known color: Dark Green. HEX triplet: 09, 30 and 1A. RGB value is (9,48,26). Sum of RGB (Red+Green+Blue) = 9+48+26=83 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.84% from 83); Green value is 48 (19.14% from 255 or 57.83% from 83); Blue value is 26 (10.55% from 255 or 31.33% from 83); Max value from RGB is 48 - color contains mainly: green. Hex color #09301A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09301A is #F6CFE5. Grayscale: #212121. Windows color (decimal): -16175078 or 1716233. OLE color: 1716233.

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

Color convert

RGB 9 48 26 -
CMYK 0.81 0 0.46 0.81
HSL 146.15º 0.68% 0.11% -
HSV(B) 146.15º 0.81% 0.19% -
XYZ 1.36 2.25 1.34 -
YUV 33.83 123.58 110.29 -
System Red Green Blue C M Y K H S L
Decimal 9 48 26 0.81 0 0.46 0.81 146.15 0.68 0.11
Hex 9 30 1A 51 0 2E 51 92 44 B
Octal 11 60 32 121 0 56 121 222 104 13
Binary 1001 110000 11010 1010001 0 101110 1010001 10010010 1000100 1011

Color Harmonies of #09301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09301A

Black with #09301A

Text Example


Text Example

White with #09301A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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