#212714

Color #212714 Rangoon Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rangoon Green #212714

Tints of Rangoon Green #212714

Color information

#212714 (or 0x212714) is unknown color: approx Rangoon Green. HEX triplet: 21, 27 and 14. RGB value is (33,39,20). Sum of RGB (Red+Green+Blue) = 33+39+20=92 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.87% from 92); Green value is 39 (15.62% from 255 or 42.39% from 92); Blue value is 20 (8.20% from 255 or 21.74% from 92); Max value from RGB is 39 - color contains mainly: green. Hex color #212714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212714 is #DED8EB. Grayscale: #232323. Windows color (decimal): -14604524 or 1320737. OLE color: 1320737.

HSL color Cylindrical-coordinate representation of color #212714: hue angle of 78.95º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #212714 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB333920-
CMYK0.1500.490.85
HSL78.95º32.2%11.57%-
HSV(B)78.95º48.72%15.29%-
XYZ1.481.820.94-
YUV35.04119.51126.54-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.87%
GREEN value IS 39 (15.62% from 255) = 42.39%
BLUE value IS 20 (8.20% from 255) = 21.74%
R=35.87%
G=42.39%
B=21.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3339200.1500.490.8578.9532.211.57
Hex212714F031554f20c
Octal414724170611251174014
Binary1000011001111010011110110001101010110011111000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212714; }

 p { color: rgb(33,39,20); }

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

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

 a { background-color: rgb(33,39,20); }

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

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

 span { border-color: rgb(33,39,20); }

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