Html Css Color HEX #02550E Myrtle

📋 copy color: '#02550E'

red 2 ◦ green 85 ◦ blue 14

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

Shades of Myrtle #02550E

Tints of Myrtle #02550E

RGB

 RED value IS 2 (1.17% from 255) = 1.98%

 GREEN value IS 85 (33.59% from 255) = 84.16%

 BLUE value IS 14 (5.86% from 255) = 13.86%

R = 1.98%
G = 84.16%
B = 13.86%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#02550E (or 0x02550E) is known color: Myrtle. HEX triplet: 02, 55 and 0E. RGB value is (2,85,14). Sum of RGB (Red+Green+Blue) = 2+85+14=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 85 (33.59% from 255 or 84.16% from 101); Blue value is 14 (5.86% from 255 or 13.86% from 101); Max value from RGB is 85 - color contains mainly: green. Hex color #02550E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02550E is #FDAAF1. Grayscale: #343434. Windows color (decimal): -16624370 or 939266. OLE color: 939266.

HSL color Cylindrical-coordinate representation of color #02550E: hue angle of 128.67º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02550E is Cyan = 0.98, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 2 85 14 -
CMYK 0.98 0 0.84 0.67
HSL 128.67º 0.95% 0.17% -
HSV(B) 128.67º 0.98% 0.33% -
XYZ 3.35 6.54 1.5 -
YUV 52.09 106.5 92.27 -
System Red Green Blue C M Y K H S L
Decimal 2 85 14 0.98 0 0.84 0.67 128.67 0.95 0.17
Hex 2 55 E 62 0 54 43 81 5F 11
Octal 2 125 16 142 0 124 103 201 137 21
Binary 10 1010101 1110 1100010 0 1010100 1000011 10000001 1011111 10001

Color Harmonies of #02550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02550E

Black with #02550E

Text Example


Text Example

White with #02550E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02550E; }

 p { color: rgb(2,85,14); }

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

background-color css

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

 a { background-color: rgb(2,85,14); }

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

border-color css

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

 span { border-color: rgb(2,85,14); }

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