Html Css Color HEX #214C02 Myrtle

📋 copy color: '#214C02'

red 33 ◦ green 76 ◦ blue 2

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

Shades of Myrtle #214C02

Tints of Myrtle #214C02

RGB

 RED value IS 33 (13.28% from 255) = 29.73%

 GREEN value IS 76 (30.08% from 255) = 68.47%

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

R = 29.73%
G = 68.47%
B = 1.8%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.97

 K value IS 0.70

RGB Variations

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

Color information

#214C02 (or 0x214C02) is known color: Myrtle. HEX triplet: 21, 4C and 02. RGB value is (33,76,2). Sum of RGB (Red+Green+Blue) = 33+76+2=111 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.73% from 111); Green value is 76 (30.08% from 255 or 68.47% from 111); Blue value is 2 (1.17% from 255 or 1.80% from 111); Max value from RGB is 76 - color contains mainly: green. Hex color #214C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214C02 is #DEB3FD. Grayscale: #363636. Windows color (decimal): -14595070 or 150561. OLE color: 150561.

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

Color convert

RGB 33 76 2 -
CMYK 0.57 0 0.97 0.70
HSL 94.86º 0.95% 0.15% -
HSV(B) 94.86º 0.97% 0.3% -
XYZ 3.22 5.5 0.95 -
YUV 54.71 98.25 112.52 -
System Red Green Blue C M Y K H S L
Decimal 33 76 2 0.57 0 0.97 0.70 94.86 0.95 0.15
Hex 21 4C 2 39 0 61 46 5F 5F F
Octal 41 114 2 71 0 141 106 137 137 17
Binary 100001 1001100 10 111001 0 1100001 1000110 1011111 1011111 1111

Color Harmonies of #214C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214C02

Black with #214C02

Text Example


Text Example

White with #214C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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