Html Css Color HEX #024F07 Myrtle

📋 copy color: '#024F07'

red 2 ◦ green 79 ◦ blue 7

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

Shades of Myrtle #024F07

Tints of Myrtle #024F07

RGB

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

 GREEN value IS 79 (31.25% from 255) = 89.77%

 BLUE value IS 7 (3.13% from 255) = 7.95%

R = 2.27%
G = 89.77%
B = 7.95%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.91

 K value IS 0.69

RGB Variations

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

Color information

#024F07 (or 0x024F07) is known color: Myrtle. HEX triplet: 02, 4F and 07. RGB value is (2,79,7). Sum of RGB (Red+Green+Blue) = 2+79+7=88 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.27% from 88); Green value is 79 (31.25% from 255 or 89.77% from 88); Blue value is 7 (3.12% from 255 or 7.95% from 88); Max value from RGB is 79 - color contains mainly: green. Hex color #024F07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #024F07 is #FDB0F8. Grayscale: #2F2F2F. Windows color (decimal): -16625913 or 478978. OLE color: 478978.

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

Color convert

RGB 2 79 7 -
CMYK 0.97 0 0.91 0.69
HSL 123.9º 0.95% 0.16% -
HSV(B) 123.9º 0.97% 0.31% -
XYZ 2.86 5.62 1.14 -
YUV 47.77 104.99 95.35 -
System Red Green Blue C M Y K H S L
Decimal 2 79 7 0.97 0 0.91 0.69 123.9 0.95 0.16
Hex 2 4F 7 61 0 5B 45 7C 5F 10
Octal 2 117 7 141 0 133 105 174 137 20
Binary 10 1001111 111 1100001 0 1011011 1000101 1111100 1011111 10000

Color Harmonies of #024F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024F07

Black with #024F07

Text Example


Text Example

White with #024F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024F07; }

 p { color: rgb(2,79,7); }

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

background-color css

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

 a { background-color: rgb(2,79,7); }

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

border-color css

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

 span { border-color: rgb(2,79,7); }

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