Html Css Color HEX #09251C Dark Green

📋 copy color: '#09251C'

red 9 ◦ green 37 ◦ blue 28

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

Shades of Dark Green #09251C

Tints of Dark Green #09251C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 50%

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

R = 12.16%
G = 50%
B = 37.84%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.24

 K value IS 0.85

RGB Variations

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

Color information

#09251C (or 0x09251C) is known color: Dark Green. HEX triplet: 09, 25 and 1C. RGB value is (9,37,28). Sum of RGB (Red+Green+Blue) = 9+37+28=74 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.16% from 74); Green value is 37 (14.84% from 255 or 50% from 74); Blue value is 28 (11.33% from 255 or 37.84% from 74); Max value from RGB is 37 - color contains mainly: green. Hex color #09251C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09251C is #F6DAE3. Grayscale: #1B1B1B. Windows color (decimal): -16177892 or 1844489. OLE color: 1844489.

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

Color convert

RGB 9 37 28 -
CMYK 0.76 0 0.24 0.85
HSL 160.71º 0.61% 0.09% -
HSV(B) 160.71º 0.76% 0.15% -
XYZ 0.98 1.47 1.33 -
YUV 27.6 128.22 114.73 -
System Red Green Blue C M Y K H S L
Decimal 9 37 28 0.76 0 0.24 0.85 160.71 0.61 0.09
Hex 9 25 1C 4C 0 18 55 A1 3D 9
Octal 11 45 34 114 0 30 125 241 75 11
Binary 1001 100101 11100 1001100 0 11000 1010101 10100001 111101 1001

Color Harmonies of #09251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09251C

Black with #09251C

Text Example


Text Example

White with #09251C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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