Html Css Color HEX #072402 Myrtle

📋 copy color: '#072402'

red 7 ◦ green 36 ◦ blue 2

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

Shades of Myrtle #072402

Tints of Myrtle #072402

RGB

 RED value IS 7 (3.13% from 255) = 15.56%

 GREEN value IS 36 (14.45% from 255) = 80%

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

R = 15.56%
G = 80%
B = 4.44%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.94

 K value IS 0.86

RGB Variations

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

Color information

#072402 (or 0x072402) is known color: Myrtle. HEX triplet: 07, 24 and 02. RGB value is (7,36,2). Sum of RGB (Red+Green+Blue) = 7+36+2=45 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.56% from 45); Green value is 36 (14.45% from 255 or 80% from 45); Blue value is 2 (1.17% from 255 or 4.44% from 45); Max value from RGB is 36 - color contains mainly: green. Hex color #072402 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072402 is #F8DBFD. Grayscale: #171717. Windows color (decimal): -16309246 or 140295. OLE color: 140295.

HSL color Cylindrical-coordinate representation of color #072402: hue angle of 111.18º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #072402 is Cyan = 0.81, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.86.

Color convert

RGB 7 36 2 -
CMYK 0.81 0 0.94 0.86
HSL 111.18º 0.89% 0.07% -
HSV(B) 111.18º 0.94% 0.14% -
XYZ 0.73 1.31 0.27 -
YUV 23.45 115.89 116.26 -
System Red Green Blue C M Y K H S L
Decimal 7 36 2 0.81 0 0.94 0.86 111.18 0.89 0.07
Hex 7 24 2 51 0 5E 56 6F 59 7
Octal 7 44 2 121 0 136 126 157 131 7
Binary 111 100100 10 1010001 0 1011110 1010110 1101111 1011001 111

Color Harmonies of #072402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072402

Black with #072402

Text Example


Text Example

White with #072402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072402; }

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

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

background-color css

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

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

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

border-color css

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

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

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