Html Css Color HEX #024C06 Myrtle

📋 copy color: '#024C06'

red 2 ◦ green 76 ◦ blue 6

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

Shades of Myrtle #024C06

Tints of Myrtle #024C06

RGB

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

 GREEN value IS 76 (30.08% from 255) = 90.48%

 BLUE value IS 6 (2.73% from 255) = 7.14%

R = 2.38%
G = 90.48%
B = 7.14%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.92

 K value IS 0.70

RGB Variations

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

Color information

#024C06 (or 0x024C06) is known color: Myrtle. HEX triplet: 02, 4C and 06. RGB value is (2,76,6). Sum of RGB (Red+Green+Blue) = 2+76+6=84 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.38% from 84); Green value is 76 (30.08% from 255 or 90.48% from 84); Blue value is 6 (2.73% from 255 or 7.14% from 84); Max value from RGB is 76 - color contains mainly: green. Hex color #024C06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024C06 is #FDB3F9. Grayscale: #2E2E2E. Windows color (decimal): -16626682 or 412674. OLE color: 412674.

HSL color Cylindrical-coordinate representation of color #024C06: hue angle of 123.24º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024C06 is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.70.

Color convert

RGB 2 76 6 -
CMYK 0.97 0 0.92 0.70
HSL 123.24º 0.95% 0.15% -
HSV(B) 123.24º 0.97% 0.3% -
XYZ 2.64 5.19 1.04 -
YUV 45.89 105.48 96.69 -
System Red Green Blue C M Y K H S L
Decimal 2 76 6 0.97 0 0.92 0.70 123.24 0.95 0.15
Hex 2 4C 6 61 0 5C 46 7B 5F F
Octal 2 114 6 141 0 134 106 173 137 17
Binary 10 1001100 110 1100001 0 1011100 1000110 1111011 1011111 1111

Color Harmonies of #024C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024C06

Black with #024C06

Text Example


Text Example

White with #024C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,76,6); }

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

background-color css

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

 a { background-color: rgb(2,76,6); }

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

border-color css

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

 span { border-color: rgb(2,76,6); }

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