#023A08

Color #023A08 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #023A08

Tints of Myrtle #023A08

Color information

#023A08 (or 0x023A08) is unknown color: approx Myrtle. HEX triplet: 02, 3A and 08. RGB value is (2,58,8). Sum of RGB (Red+Green+Blue) = 2+58+8=68 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.94% from 68); Green value is 58 (23.05% from 255 or 85.29% from 68); Blue value is 8 (3.52% from 255 or 11.76% from 68); Max value from RGB is 58 - color contains mainly: green. Hex color #023A08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023A08 is #FDC5F7. Grayscale: #232323. Windows color (decimal): -16631288 or 539138. OLE color: 539138.

HSL color Cylindrical-coordinate representation of color #023A08: hue angle of 126.43º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023A08 is Cyan = 0.97, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.77.

Color convert

RGB2588-
CMYK0.9700.860.77
HSL126.43º93.33%11.76%-
HSV(B)126.43º96.55%22.75%-
XYZ1.583.060.74-
YUV35.56112.45104.07-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.94%
GREEN value IS 58 (23.05% from 255) = 85.29%
BLUE value IS 8 (3.52% from 255) = 11.76%
R=2.94%
G=85.29%
B=11.76%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal25880.9700.860.77126.4393.3311.76
Hex23A8610564D7e5dc
Octal27210141012611517613514
Binary1011101010001100001010101101001101111111010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #023A08;
 }
 .AnyTagClassName
 {
   color: #023A08;
 }
</style>
background-color css

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

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

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

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

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

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