#214C03

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

Shades of Myrtle #214C03

Tints of Myrtle #214C03

Color information

#214C03 (or 0x214C03) is unknown color: approx Myrtle. HEX triplet: 21, 4C and 03. RGB value is (33,76,3). Sum of RGB (Red+Green+Blue) = 33+76+3=112 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.46% from 112); Green value is 76 (30.08% from 255 or 67.86% from 112); Blue value is 3 (1.56% from 255 or 2.68% from 112); Max value from RGB is 76 - color contains mainly: green. Hex color #214C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214C03 is #DEB3FC. Grayscale: #373737. Windows color (decimal): -14595069 or 216097. OLE color: 216097.

HSL color Cylindrical-coordinate representation of color #214C03: hue angle of 95.34º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #214C03 is Cyan = 0.57, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.70.

Color convert

RGB33763-
CMYK0.5700.960.70
HSL95.34º92.41%15.49%-
HSV(B)95.34º96.05%29.8%-
XYZ3.235.50.98-
YUV54.8298.75112.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 29.46%
GREEN value IS 76 (30.08% from 255) = 67.86%
BLUE value IS 3 (1.56% from 255) = 2.68%
R=29.46%
G=67.86%
B=2.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal337630.5700.960.7095.3492.4115.49
Hex214C339060465f5cf
Octal41114371014010613713417
Binary100001100110011111001011000001000110101111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214C03; }

 p { color: rgb(33,76,3); }

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

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

 a { background-color: rgb(33,76,3); }

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

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

 span { border-color: rgb(33,76,3); }

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