Html Css Color HEX #093127 Dark Green

📋 copy color: '#093127'

red 9 ◦ green 49 ◦ blue 39

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

Shades of Dark Green #093127

Tints of Dark Green #093127

RGB

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

 GREEN value IS 49 (19.53% from 255) = 50.52%

 BLUE value IS 39 (15.63% from 255) = 40.21%

R = 9.28%
G = 50.52%
B = 40.21%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.20

 K value IS 0.81

RGB Variations

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

Color information

#093127 (or 0x093127) is known color: Dark Green. HEX triplet: 09, 31 and 27. RGB value is (9,49,39). Sum of RGB (Red+Green+Blue) = 9+49+39=97 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.28% from 97); Green value is 49 (19.53% from 255 or 50.52% from 97); Blue value is 39 (15.62% from 255 or 40.21% from 97); Max value from RGB is 49 - color contains mainly: green. Hex color #093127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093127 is #F6CED8. Grayscale: #232323. Windows color (decimal): -16174809 or 2568457. OLE color: 2568457.

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

Color convert

RGB 9 49 39 -
CMYK 0.82 0 0.20 0.81
HSL 165º 0.69% 0.11% -
HSV(B) 165º 0.82% 0.19% -
XYZ 1.58 2.4 2.3 -
YUV 35.9 129.75 108.81 -
System Red Green Blue C M Y K H S L
Decimal 9 49 39 0.82 0 0.20 0.81 165 0.69 0.11
Hex 9 31 27 52 0 14 51 A5 45 B
Octal 11 61 47 122 0 24 121 245 105 13
Binary 1001 110001 100111 1010010 0 10100 1010001 10100101 1000101 1011

Color Harmonies of #093127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093127

Black with #093127

Text Example


Text Example

White with #093127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093127; }

 p { color: rgb(9,49,39); }

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

background-color css

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

 a { background-color: rgb(9,49,39); }

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

border-color css

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

 span { border-color: rgb(9,49,39); }

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