Html Css Color HEX #0F5002 Myrtle

📋 copy color: '#0F5002'

red 15 ◦ green 80 ◦ blue 2

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

Shades of Myrtle #0F5002

Tints of Myrtle #0F5002

RGB

 RED value IS 15 (6.25% from 255) = 15.46%

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

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

R = 15.46%
G = 82.47%
B = 2.06%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.98

 K value IS 0.69

RGB Variations

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

Color information

#0F5002 (or 0x0F5002) is known color: Myrtle. HEX triplet: 0F, 50 and 02. RGB value is (15,80,2). Sum of RGB (Red+Green+Blue) = 15+80+2=97 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.46% from 97); Green value is 80 (31.64% from 255 or 82.47% from 97); Blue value is 2 (1.17% from 255 or 2.06% from 97); Max value from RGB is 80 - color contains mainly: green. Hex color #0F5002 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5002 is #F0AFFD. Grayscale: #333333. Windows color (decimal): -15773694 or 151567. OLE color: 151567.

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

Color convert

RGB 15 80 2 -
CMYK 0.81 0 0.98 0.69
HSL 110º 0.95% 0.16% -
HSV(B) 110º 0.98% 0.31% -
XYZ 3.08 5.84 1.02 -
YUV 51.67 99.97 101.84 -
System Red Green Blue C M Y K H S L
Decimal 15 80 2 0.81 0 0.98 0.69 110 0.95 0.16
Hex F 50 2 51 0 62 45 6E 5F 10
Octal 17 120 2 121 0 142 105 156 137 20
Binary 1111 1010000 10 1010001 0 1100010 1000101 1101110 1011111 10000

Color Harmonies of #0F5002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5002

Black with #0F5002

Text Example


Text Example

White with #0F5002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F5002; }

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

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

background-color css

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

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

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

border-color css

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

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

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