Html Css Color HEX #003802 Myrtle

📋 copy color: '#003802'

red 0 ◦ green 56 ◦ blue 2

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

Shades of Myrtle #003802

Tints of Myrtle #003802

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 56 (22.27% from 255) = 96.55%

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

R = 0%
G = 96.55%
B = 3.45%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#003802 (or 0x003802) is known color: Myrtle. HEX triplet: 00, 38 and 02. RGB value is (0,56,2). Sum of RGB (Red+Green+Blue) = 0+56+2=58 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 58); Green value is 56 (22.27% from 255 or 96.55% from 58); Blue value is 2 (1.17% from 255 or 3.45% from 58); Max value from RGB is 56 - color contains mainly: green. Hex color #003802 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003802 is #FFC7FD. Grayscale: #212121. Windows color (decimal): -16762878 or 145408. OLE color: 145408.

HSL color Cylindrical-coordinate representation of color #003802: hue angle of 122.14º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003802 is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB 0 56 2 -
CMYK 1 0 0.96 0.78
HSL 122.14º 1% 0.11% -
HSV(B) 122.14º 1% 0.22% -
XYZ 1.43 2.83 0.53 -
YUV 33.1 110.45 104.39 -
System Red Green Blue C M Y K H S L
Decimal 0 56 2 1 0 0.96 0.78 122.14 1 0.11
Hex 0 38 2 64 0 60 4E 7A 64 B
Octal 0 70 2 144 0 140 116 172 144 13
Binary 0 111000 10 1100100 0 1100000 1001110 1111010 1100100 1011

Color Harmonies of #003802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003802

Black with #003802

Text Example


Text Example

White with #003802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003802; }

 p { color: rgb(0,56,2); }

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

background-color css

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

 a { background-color: rgb(0,56,2); }

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

border-color css

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

 span { border-color: rgb(0,56,2); }

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