Html Css Color HEX #033002 Myrtle

📋 copy color: '#033002'

red 3 ◦ green 48 ◦ blue 2

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

Shades of Myrtle #033002

Tints of Myrtle #033002

RGB

 RED value IS 3 (1.56% from 255) = 5.66%

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

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

R = 5.66%
G = 90.57%
B = 3.77%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.96

 K value IS 0.81

RGB Variations

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

Color information

#033002 (or 0x033002) is known color: Myrtle. HEX triplet: 03, 30 and 02. RGB value is (3,48,2). Sum of RGB (Red+Green+Blue) = 3+48+2=53 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.66% from 53); Green value is 48 (19.14% from 255 or 90.57% from 53); Blue value is 2 (1.17% from 255 or 3.77% from 53); Max value from RGB is 48 - color contains mainly: green. Hex color #033002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033002 is #FCCFFD. Grayscale: #1D1D1D. Windows color (decimal): -16568318 or 143363. OLE color: 143363.

HSL color Cylindrical-coordinate representation of color #033002: hue angle of 118.7º 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 #033002 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.81.

Color convert

RGB 3 48 2 -
CMYK 0.94 0 0.96 0.81
HSL 118.7º 0.92% 0.1% -
HSV(B) 118.7º 0.96% 0.19% -
XYZ 1.11 2.14 0.41 -
YUV 29.3 112.59 109.24 -
System Red Green Blue C M Y K H S L
Decimal 3 48 2 0.94 0 0.96 0.81 118.7 0.92 0.1
Hex 3 30 2 5E 0 60 51 77 5C A
Octal 3 60 2 136 0 140 121 167 134 12
Binary 11 110000 10 1011110 0 1100000 1010001 1110111 1011100 1010

Color Harmonies of #033002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033002

Black with #033002

Text Example


Text Example

White with #033002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033002; }

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

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

background-color css

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

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

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

border-color css

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

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

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