Html Css Color HEX #023C06 Myrtle

📋 copy color: '#023C06'

red 2 ◦ green 60 ◦ blue 6

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

Shades of Myrtle #023C06

Tints of Myrtle #023C06

RGB

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

 GREEN value IS 60 (23.83% from 255) = 88.24%

 BLUE value IS 6 (2.73% from 255) = 8.82%

R = 2.94%
G = 88.24%
B = 8.82%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.90

 K value IS 0.76

RGB Variations

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

Color information

#023C06 (or 0x023C06) is known color: Myrtle. HEX triplet: 02, 3C and 06. RGB value is (2,60,6). Sum of RGB (Red+Green+Blue) = 2+60+6=68 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.94% from 68); Green value is 60 (23.83% from 255 or 88.24% from 68); Blue value is 6 (2.73% from 255 or 8.82% from 68); Max value from RGB is 60 - color contains mainly: green. Hex color #023C06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023C06 is #FDC3F9. Grayscale: #242424. Windows color (decimal): -16630778 or 408578. OLE color: 408578.

HSL color Cylindrical-coordinate representation of color #023C06: hue angle of 124.14º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023C06 is Cyan = 0.97, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.76.

Color convert

RGB 2 60 6 -
CMYK 0.97 0 0.90 0.76
HSL 124.14º 0.94% 0.12% -
HSV(B) 124.14º 0.97% 0.24% -
XYZ 1.67 3.26 0.71 -
YUV 36.5 110.78 103.39 -
System Red Green Blue C M Y K H S L
Decimal 2 60 6 0.97 0 0.90 0.76 124.14 0.94 0.12
Hex 2 3C 6 61 0 5A 4C 7C 5E C
Octal 2 74 6 141 0 132 114 174 136 14
Binary 10 111100 110 1100001 0 1011010 1001100 1111100 1011110 1100

Color Harmonies of #023C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023C06

Black with #023C06

Text Example


Text Example

White with #023C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023C06; }

 p { color: rgb(2,60,6); }

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

background-color css

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

 a { background-color: rgb(2,60,6); }

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

border-color css

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

 span { border-color: rgb(2,60,6); }

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