Html Css Color HEX #024E0D Myrtle

📋 copy color: '#024E0D'

red 2 ◦ green 78 ◦ blue 13

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

Shades of Myrtle #024E0D

Tints of Myrtle #024E0D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 83.87%

 BLUE value IS 13 (5.47% from 255) = 13.98%

R = 2.15%
G = 83.87%
B = 13.98%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.83

 K value IS 0.69

RGB Variations

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

Color information

#024E0D (or 0x024E0D) is known color: Myrtle. HEX triplet: 02, 4E and 0D. RGB value is (2,78,13). Sum of RGB (Red+Green+Blue) = 2+78+13=93 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.15% from 93); Green value is 78 (30.86% from 255 or 83.87% from 93); Blue value is 13 (5.47% from 255 or 13.98% from 93); Max value from RGB is 78 - color contains mainly: green. Hex color #024E0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #024E0D is #FDB1F2. Grayscale: #303030. Windows color (decimal): -16626163 or 871938. OLE color: 871938.

HSL color Cylindrical-coordinate representation of color #024E0D: hue angle of 128.68º 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 #024E0D is Cyan = 0.97, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB 2 78 13 -
CMYK 0.97 0 0.83 0.69
HSL 128.68º 0.95% 0.16% -
HSV(B) 128.68º 0.97% 0.31% -
XYZ 2.82 5.49 1.29 -
YUV 47.87 108.32 95.29 -
System Red Green Blue C M Y K H S L
Decimal 2 78 13 0.97 0 0.83 0.69 128.68 0.95 0.16
Hex 2 4E D 61 0 53 45 81 5F 10
Octal 2 116 15 141 0 123 105 201 137 20
Binary 10 1001110 1101 1100001 0 1010011 1000101 10000001 1011111 10000

Color Harmonies of #024E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024E0D

Black with #024E0D

Text Example


Text Example

White with #024E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,78,13); }

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

background-color css

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

 a { background-color: rgb(2,78,13); }

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

border-color css

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

 span { border-color: rgb(2,78,13); }

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