Html Css Color HEX #133002 Myrtle

📋 copy color: '#133002'

red 19 ◦ green 48 ◦ blue 2

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

Shades of Myrtle #133002

Tints of Myrtle #133002

RGB

 RED value IS 19 (7.81% from 255) = 27.54%

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

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

R = 27.54%
G = 69.57%
B = 2.9%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.96

 K value IS 0.81

RGB Variations

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

Color information

#133002 (or 0x133002) is known color: Myrtle. HEX triplet: 13, 30 and 02. RGB value is (19,48,2). Sum of RGB (Red+Green+Blue) = 19+48+2=69 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.54% from 69); Green value is 48 (19.14% from 255 or 69.57% from 69); Blue value is 2 (1.17% from 255 or 2.90% from 69); Max value from RGB is 48 - color contains mainly: green. Hex color #133002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133002 is #ECCFFD. Grayscale: #222222. Windows color (decimal): -15519742 or 143379. OLE color: 143379.

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

Color convert

RGB 19 48 2 -
CMYK 0.60 0 0.96 0.81
HSL 97.83º 0.92% 0.1% -
HSV(B) 97.83º 0.96% 0.19% -
XYZ 1.34 2.26 0.42 -
YUV 34.09 109.89 117.24 -
System Red Green Blue C M Y K H S L
Decimal 19 48 2 0.60 0 0.96 0.81 97.83 0.92 0.1
Hex 13 30 2 3C 0 60 51 62 5C A
Octal 23 60 2 74 0 140 121 142 134 12
Binary 10011 110000 10 111100 0 1100000 1010001 1100010 1011100 1010

Color Harmonies of #133002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133002

Black with #133002

Text Example


Text Example

White with #133002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133002; }

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

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

background-color css

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

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

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

border-color css

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

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

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