Html Css Color HEX #09261C Dark Green

📋 copy color: '#09261C'

red 9 ◦ green 38 ◦ blue 28

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

Shades of Dark Green #09261C

Tints of Dark Green #09261C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 37.33%

R = 12%
G = 50.67%
B = 37.33%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.26

 K value IS 0.85

RGB Variations

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

Color information

#09261C (or 0x09261C) is known color: Dark Green. HEX triplet: 09, 26 and 1C. RGB value is (9,38,28). Sum of RGB (Red+Green+Blue) = 9+38+28=75 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12% from 75); Green value is 38 (15.23% from 255 or 50.67% from 75); Blue value is 28 (11.33% from 255 or 37.33% from 75); Max value from RGB is 38 - color contains mainly: green. Hex color #09261C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09261C is #F6D9E3. Grayscale: #1C1C1C. Windows color (decimal): -16177636 or 1844745. OLE color: 1844745.

HSL color Cylindrical-coordinate representation of color #09261C: hue angle of 159.31º 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 #09261C is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.85.

Color convert

RGB 9 38 28 -
CMYK 0.76 0 0.26 0.85
HSL 159.31º 0.62% 0.09% -
HSV(B) 159.31º 0.76% 0.15% -
XYZ 1.02 1.53 1.34 -
YUV 28.19 127.89 114.31 -
System Red Green Blue C M Y K H S L
Decimal 9 38 28 0.76 0 0.26 0.85 159.31 0.62 0.09
Hex 9 26 1C 4C 0 1A 55 9F 3E 9
Octal 11 46 34 114 0 32 125 237 76 11
Binary 1001 100110 11100 1001100 0 11010 1010101 10011111 111110 1001

Color Harmonies of #09261C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09261C

Black with #09261C

Text Example


Text Example

White with #09261C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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