Html Css Color HEX #09261B Dark Green

📋 copy color: '#09261B'

red 9 ◦ green 38 ◦ blue 27

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

Shades of Dark Green #09261B

Tints of Dark Green #09261B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 36.49%

R = 12.16%
G = 51.35%
B = 36.49%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.29

 K value IS 0.85

RGB Variations

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

Color information

#09261B (or 0x09261B) is known color: Dark Green. HEX triplet: 09, 26 and 1B. RGB value is (9,38,27). Sum of RGB (Red+Green+Blue) = 9+38+27=74 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.16% from 74); Green value is 38 (15.23% from 255 or 51.35% from 74); Blue value is 27 (10.94% from 255 or 36.49% from 74); Max value from RGB is 38 - color contains mainly: green. Hex color #09261B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09261B is #F6D9E4. Grayscale: #1C1C1C. Windows color (decimal): -16177637 or 1779209. OLE color: 1779209.

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

Color convert

RGB 9 38 27 -
CMYK 0.76 0 0.29 0.85
HSL 157.24º 0.62% 0.09% -
HSV(B) 157.24º 0.76% 0.15% -
XYZ 1 1.52 1.28 -
YUV 28.08 127.39 114.39 -
System Red Green Blue C M Y K H S L
Decimal 9 38 27 0.76 0 0.29 0.85 157.24 0.62 0.09
Hex 9 26 1B 4C 0 1D 55 9D 3E 9
Octal 11 46 33 114 0 35 125 235 76 11
Binary 1001 100110 11011 1001100 0 11101 1010101 10011101 111110 1001

Color Harmonies of #09261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09261B

Black with #09261B

Text Example


Text Example

White with #09261B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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