Html Css Color HEX #155002 Myrtle

📋 copy color: '#155002'

red 21 ◦ green 80 ◦ blue 2

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

Shades of Myrtle #155002

Tints of Myrtle #155002

RGB

 RED value IS 21 (8.59% from 255) = 20.39%

 GREEN value IS 80 (31.64% from 255) = 77.67%

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

R = 20.39%
G = 77.67%
B = 1.94%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.98

 K value IS 0.69

RGB Variations

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

Color information

#155002 (or 0x155002) is known color: Myrtle. HEX triplet: 15, 50 and 02. RGB value is (21,80,2). Sum of RGB (Red+Green+Blue) = 21+80+2=103 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.39% from 103); Green value is 80 (31.64% from 255 or 77.67% from 103); Blue value is 2 (1.17% from 255 or 1.94% from 103); Max value from RGB is 80 - color contains mainly: green. Hex color #155002 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155002 is #EAAFFD. Grayscale: #353535. Windows color (decimal): -15380478 or 151573. OLE color: 151573.

HSL color Cylindrical-coordinate representation of color #155002: hue angle of 105.38º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #155002 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.69.

Color convert

RGB 21 80 2 -
CMYK 0.74 0 0.98 0.69
HSL 105.38º 0.95% 0.16% -
HSV(B) 105.38º 0.98% 0.31% -
XYZ 3.19 5.9 1.03 -
YUV 53.47 98.95 104.84 -
System Red Green Blue C M Y K H S L
Decimal 21 80 2 0.74 0 0.98 0.69 105.38 0.95 0.16
Hex 15 50 2 4A 0 62 45 69 5F 10
Octal 25 120 2 112 0 142 105 151 137 20
Binary 10101 1010000 10 1001010 0 1100010 1000101 1101001 1011111 10000

Color Harmonies of #155002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155002

Black with #155002

Text Example


Text Example

White with #155002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155002; }

 p { color: rgb(21,80,2); }

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

background-color css

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

 a { background-color: rgb(21,80,2); }

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

border-color css

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

 span { border-color: rgb(21,80,2); }

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