Html Css Color HEX #093002 Myrtle

📋 copy color: '#093002'

red 9 ◦ green 48 ◦ blue 2

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

Shades of Myrtle #093002

Tints of Myrtle #093002

RGB

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

 GREEN value IS 48 (19.14% from 255) = 81.36%

 BLUE value IS 2 (1.17% from 255) = 3.39%

R = 15.25%
G = 81.36%
B = 3.39%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.96

 K value IS 0.81

RGB Variations

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

Color information

#093002 (or 0x093002) is known color: Myrtle. HEX triplet: 09, 30 and 02. RGB value is (9,48,2). Sum of RGB (Red+Green+Blue) = 9+48+2=59 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.25% from 59); Green value is 48 (19.14% from 255 or 81.36% from 59); Blue value is 2 (1.17% from 255 or 3.39% from 59); Max value from RGB is 48 - color contains mainly: green. Hex color #093002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093002 is #F6CFFD. Grayscale: #1F1F1F. Windows color (decimal): -16175102 or 143369. OLE color: 143369.

HSL color Cylindrical-coordinate representation of color #093002: hue angle of 110.87º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093002 is Cyan = 0.81, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.81.

Color convert

RGB 9 48 2 -
CMYK 0.81 0 0.96 0.81
HSL 110.87º 0.92% 0.1% -
HSV(B) 110.87º 0.96% 0.19% -
XYZ 1.18 2.18 0.42 -
YUV 31.1 111.58 112.24 -
System Red Green Blue C M Y K H S L
Decimal 9 48 2 0.81 0 0.96 0.81 110.87 0.92 0.1
Hex 9 30 2 51 0 60 51 6F 5C A
Octal 11 60 2 121 0 140 121 157 134 12
Binary 1001 110000 10 1010001 0 1100000 1010001 1101111 1011100 1010

Color Harmonies of #093002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093002

Black with #093002

Text Example


Text Example

White with #093002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093002; }

 p { color: rgb(9,48,2); }

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

background-color css

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

 a { background-color: rgb(9,48,2); }

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

border-color css

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

 span { border-color: rgb(9,48,2); }

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