Html Css Color HEX #212315 Green Waterloo

📋 copy color: '#212315'

red 33 ◦ green 35 ◦ blue 21

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

Shades of Green Waterloo #212315

Tints of Green Waterloo #212315

RGB

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

 GREEN value IS 35 (14.06% from 255) = 39.33%

 BLUE value IS 21 (8.59% from 255) = 23.6%

R = 37.08%
G = 39.33%
B = 23.6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.40

 K value IS 0.86

RGB Variations

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

Color information

#212315 (or 0x212315) is known color: Green Waterloo. HEX triplet: 21, 23 and 15. RGB value is (33,35,21). Sum of RGB (Red+Green+Blue) = 33+35+21=89 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.08% from 89); Green value is 35 (14.06% from 255 or 39.33% from 89); Blue value is 21 (8.59% from 255 or 23.60% from 89); Max value from RGB is 35 - color contains mainly: green. Hex color #212315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212315 is #DEDCEA. Grayscale: #202020. Windows color (decimal): -14605547 or 1385249. OLE color: 1385249.

HSL color Cylindrical-coordinate representation of color #212315: hue angle of 68.57º degrees, saturation: 0.25, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #212315 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.86.

Color convert

RGB 33 35 21 -
CMYK 0.06 0 0.40 0.86
HSL 68.57º 0.25% 0.11% -
HSV(B) 68.57º 0.4% 0.14% -
XYZ 1.36 1.58 0.94 -
YUV 32.81 121.34 128.14 -
System Red Green Blue C M Y K H S L
Decimal 33 35 21 0.06 0 0.40 0.86 68.57 0.25 0.11
Hex 21 23 15 6 0 28 56 45 19 B
Octal 41 43 25 6 0 50 126 105 31 13
Binary 100001 100011 10101 110 0 101000 1010110 1000101 11001 1011

Color Harmonies of #212315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212315

Black with #212315

Text Example


Text Example

White with #212315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212315; }

 p { color: rgb(33,35,21); }

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

background-color css

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

 a { background-color: rgb(33,35,21); }

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

border-color css

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

 span { border-color: rgb(33,35,21); }

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