Html Css Color HEX #003302 Myrtle

📋 copy color: '#003302'

red 0 ◦ green 51 ◦ blue 2

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

Shades of Myrtle #003302

Tints of Myrtle #003302

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 51 (20.31% from 255) = 96.23%

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

R = 0%
G = 96.23%
B = 3.77%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.96

 K value IS 0.8

RGB Variations

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

Color information

#003302 (or 0x003302) is known color: Myrtle. HEX triplet: 00, 33 and 02. RGB value is (0,51,2). Sum of RGB (Red+Green+Blue) = 0+51+2=53 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 53); Green value is 51 (20.31% from 255 or 96.23% from 53); Blue value is 2 (1.17% from 255 or 3.77% from 53); Max value from RGB is 51 - color contains mainly: green. Hex color #003302 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003302 is #FFCCFD. Grayscale: #1E1E1E. Windows color (decimal): -16764158 or 144128. OLE color: 144128.

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

Color convert

RGB 0 51 2 -
CMYK 1 0 0.96 0.8
HSL 122.35º 1% 0.1% -
HSV(B) 122.35º 1% 0.2% -
XYZ 1.19 2.37 0.45 -
YUV 30.17 112.1 106.48 -
System Red Green Blue C M Y K H S L
Decimal 0 51 2 1 0 0.96 0.8 122.35 1 0.1
Hex 0 33 2 64 0 60 50 7A 64 A
Octal 0 63 2 144 0 140 120 172 144 12
Binary 0 110011 10 1100100 0 1100000 1010000 1111010 1100100 1010

Color Harmonies of #003302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003302

Black with #003302

Text Example


Text Example

White with #003302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003302; }

 p { color: rgb(0,51,2); }

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

background-color css

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

 a { background-color: rgb(0,51,2); }

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

border-color css

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

 span { border-color: rgb(0,51,2); }

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