Html Css Color HEX #024B0D Myrtle

📋 copy color: '#024B0D'

red 2 ◦ green 75 ◦ blue 13

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

Shades of Myrtle #024B0D

Tints of Myrtle #024B0D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 83.33%

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

R = 2.22%
G = 83.33%
B = 14.44%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.83

 K value IS 0.71

RGB Variations

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

Color information

#024B0D (or 0x024B0D) is known color: Myrtle. HEX triplet: 02, 4B and 0D. RGB value is (2,75,13). Sum of RGB (Red+Green+Blue) = 2+75+13=90 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.22% from 90); Green value is 75 (29.69% from 255 or 83.33% from 90); Blue value is 13 (5.47% from 255 or 14.44% from 90); Max value from RGB is 75 - color contains mainly: green. Hex color #024B0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024B0D is #FDB4F2. Grayscale: #2E2E2E. Windows color (decimal): -16626931 or 871170. OLE color: 871170.

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

Color convert

RGB 2 75 13 -
CMYK 0.97 0 0.83 0.71
HSL 129.04º 0.95% 0.15% -
HSV(B) 129.04º 0.97% 0.29% -
XYZ 2.61 5.07 1.22 -
YUV 46.11 109.32 96.54 -
System Red Green Blue C M Y K H S L
Decimal 2 75 13 0.97 0 0.83 0.71 129.04 0.95 0.15
Hex 2 4B D 61 0 53 47 81 5F F
Octal 2 113 15 141 0 123 107 201 137 17
Binary 10 1001011 1101 1100001 0 1010011 1000111 10000001 1011111 1111

Color Harmonies of #024B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024B0D

Black with #024B0D

Text Example


Text Example

White with #024B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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