Html Css Color HEX #133B02 Myrtle

📋 copy color: '#133B02'

red 19 ◦ green 59 ◦ blue 2

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

Shades of Myrtle #133B02

Tints of Myrtle #133B02

RGB

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

 GREEN value IS 59 (23.44% from 255) = 73.75%

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

R = 23.75%
G = 73.75%
B = 2.5%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.97

 K value IS 0.77

RGB Variations

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

Color information

#133B02 (or 0x133B02) is known color: Myrtle. HEX triplet: 13, 3B and 02. RGB value is (19,59,2). Sum of RGB (Red+Green+Blue) = 19+59+2=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 59 (23.44% from 255 or 73.75% from 80); Blue value is 2 (1.17% from 255 or 2.5% from 80); Max value from RGB is 59 - color contains mainly: green. Hex color #133B02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133B02 is #ECC4FD. Grayscale: #282828. Windows color (decimal): -15516926 or 146195. OLE color: 146195.

HSL color Cylindrical-coordinate representation of color #133B02: hue angle of 102.11º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #133B02 is Cyan = 0.68, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.77.

Color convert

RGB 19 59 2 -
CMYK 0.68 0 0.97 0.77
HSL 102.11º 0.93% 0.12% -
HSV(B) 102.11º 0.97% 0.23% -
XYZ 1.84 3.27 0.59 -
YUV 40.54 106.25 112.63 -
System Red Green Blue C M Y K H S L
Decimal 19 59 2 0.68 0 0.97 0.77 102.11 0.93 0.12
Hex 13 3B 2 44 0 61 4D 66 5D C
Octal 23 73 2 104 0 141 115 146 135 14
Binary 10011 111011 10 1000100 0 1100001 1001101 1100110 1011101 1100

Color Harmonies of #133B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133B02

Black with #133B02

Text Example


Text Example

White with #133B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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