Html Css Color HEX #083002 Myrtle

📋 copy color: '#083002'

red 8 ◦ green 48 ◦ blue 2

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

Shades of Myrtle #083002

Tints of Myrtle #083002

RGB

 RED value IS 8 (3.52% from 255) = 13.79%

 GREEN value IS 48 (19.14% from 255) = 82.76%

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

R = 13.79%
G = 82.76%
B = 3.45%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.96

 K value IS 0.81

RGB Variations

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

Color information

#083002 (or 0x083002) is known color: Myrtle. HEX triplet: 08, 30 and 02. RGB value is (8,48,2). Sum of RGB (Red+Green+Blue) = 8+48+2=58 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.79% from 58); Green value is 48 (19.14% from 255 or 82.76% from 58); Blue value is 2 (1.17% from 255 or 3.45% from 58); Max value from RGB is 48 - color contains mainly: green. Hex color #083002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083002 is #F7CFFD. Grayscale: #1E1E1E. Windows color (decimal): -16240638 or 143368. OLE color: 143368.

HSL color Cylindrical-coordinate representation of color #083002: hue angle of 112.17º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #083002 is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.81.

Color convert

RGB 8 48 2 -
CMYK 0.83 0 0.96 0.81
HSL 112.17º 0.92% 0.1% -
HSV(B) 112.17º 0.96% 0.19% -
XYZ 1.17 2.17 0.41 -
YUV 30.8 111.75 111.74 -
System Red Green Blue C M Y K H S L
Decimal 8 48 2 0.83 0 0.96 0.81 112.17 0.92 0.1
Hex 8 30 2 53 0 60 51 70 5C A
Octal 10 60 2 123 0 140 121 160 134 12
Binary 1000 110000 10 1010011 0 1100000 1010001 1110000 1011100 1010

Color Harmonies of #083002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083002

Black with #083002

Text Example


Text Example

White with #083002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083002; }

 p { color: rgb(8,48,2); }

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

background-color css

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

 a { background-color: rgb(8,48,2); }

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

border-color css

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

 span { border-color: rgb(8,48,2); }

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