Html Css Color HEX #09261A Dark Green

📋 copy color: '#09261A'

red 9 ◦ green 38 ◦ blue 26

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

Shades of Dark Green #09261A

Tints of Dark Green #09261A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 52.05%

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

R = 12.33%
G = 52.05%
B = 35.62%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.32

 K value IS 0.85

RGB Variations

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

Color information

#09261A (or 0x09261A) is known color: Dark Green. HEX triplet: 09, 26 and 1A. RGB value is (9,38,26). Sum of RGB (Red+Green+Blue) = 9+38+26=73 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.33% from 73); Green value is 38 (15.23% from 255 or 52.05% from 73); Blue value is 26 (10.55% from 255 or 35.62% from 73); Max value from RGB is 38 - color contains mainly: green. Hex color #09261A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09261A is #F6D9E5. Grayscale: #1B1B1B. Windows color (decimal): -16177638 or 1713673. OLE color: 1713673.

HSL color Cylindrical-coordinate representation of color #09261A: hue angle of 155.17º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #09261A is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.85.

Color convert

RGB 9 38 26 -
CMYK 0.76 0 0.32 0.85
HSL 155.17º 0.62% 0.09% -
HSV(B) 155.17º 0.76% 0.15% -
XYZ 0.99 1.52 1.22 -
YUV 27.96 126.89 114.48 -
System Red Green Blue C M Y K H S L
Decimal 9 38 26 0.76 0 0.32 0.85 155.17 0.62 0.09
Hex 9 26 1A 4C 0 20 55 9B 3E 9
Octal 11 46 32 114 0 40 125 233 76 11
Binary 1001 100110 11010 1001100 0 100000 1010101 10011011 111110 1001

Color Harmonies of #09261A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09261A

Black with #09261A

Text Example


Text Example

White with #09261A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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