Html Css Color HEX #212710 Rangoon Green

📋 copy color: '#212710'

red 33 ◦ green 39 ◦ blue 16

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

Shades of Rangoon Green #212710

Tints of Rangoon Green #212710

RGB

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

 GREEN value IS 39 (15.63% from 255) = 44.32%

 BLUE value IS 16 (6.64% from 255) = 18.18%

R = 37.5%
G = 44.32%
B = 18.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.59

 K value IS 0.85

RGB Variations

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

Color information

#212710 (or 0x212710) is known color: Rangoon Green. HEX triplet: 21, 27 and 10. RGB value is (33,39,16). Sum of RGB (Red+Green+Blue) = 33+39+16=88 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.5% from 88); Green value is 39 (15.62% from 255 or 44.32% from 88); Blue value is 16 (6.64% from 255 or 18.18% from 88); Max value from RGB is 39 - color contains mainly: green. Hex color #212710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212710 is #DED8EF. Grayscale: #222222. Windows color (decimal): -14604528 or 1058593. OLE color: 1058593.

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

Color convert

RGB 33 39 16 -
CMYK 0.15 0 0.59 0.85
HSL 75.65º 0.42% 0.11% -
HSV(B) 75.65º 0.59% 0.15% -
XYZ 1.45 1.81 0.76 -
YUV 34.58 117.51 126.87 -
System Red Green Blue C M Y K H S L
Decimal 33 39 16 0.15 0 0.59 0.85 75.65 0.42 0.11
Hex 21 27 10 F 0 3B 55 4C 2A B
Octal 41 47 20 17 0 73 125 114 52 13
Binary 100001 100111 10000 1111 0 111011 1010101 1001100 101010 1011

Color Harmonies of #212710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212710

Black with #212710

Text Example


Text Example

White with #212710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212710; }

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

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

background-color css

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

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

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

border-color css

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

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

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