Html Css Color HEX #21260E Green Waterloo

📋 copy color: '#21260E'

red 33 ◦ green 38 ◦ blue 14

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

Shades of Green Waterloo #21260E

Tints of Green Waterloo #21260E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 44.71%

 BLUE value IS 14 (5.86% from 255) = 16.47%

R = 38.82%
G = 44.71%
B = 16.47%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.63

 K value IS 0.85

RGB Variations

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

Color information

#21260E (or 0x21260E) is known color: Green Waterloo. HEX triplet: 21, 26 and 0E. RGB value is (33,38,14). Sum of RGB (Red+Green+Blue) = 33+38+14=85 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.82% from 85); Green value is 38 (15.23% from 255 or 44.71% from 85); Blue value is 14 (5.86% from 255 or 16.47% from 85); Max value from RGB is 38 - color contains mainly: green. Hex color #21260E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21260E is #DED9F1. Grayscale: #212121. Windows color (decimal): -14604786 or 927265. OLE color: 927265.

HSL color Cylindrical-coordinate representation of color #21260E: hue angle of 72.5º degrees, saturation: 0.46, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #21260E is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.85.

Color convert

RGB 33 38 14 -
CMYK 0.13 0 0.63 0.85
HSL 72.5º 0.46% 0.1% -
HSV(B) 72.5º 0.63% 0.15% -
XYZ 1.4 1.74 0.68 -
YUV 33.77 116.84 127.45 -
System Red Green Blue C M Y K H S L
Decimal 33 38 14 0.13 0 0.63 0.85 72.5 0.46 0.1
Hex 21 26 E D 0 3F 55 48 2E A
Octal 41 46 16 15 0 77 125 110 56 12
Binary 100001 100110 1110 1101 0 111111 1010101 1001000 101110 1010

Color Harmonies of #21260E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21260E

Black with #21260E

Text Example


Text Example

White with #21260E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21260E; }

 p { color: rgb(33,38,14); }

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

background-color css

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

 a { background-color: rgb(33,38,14); }

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

border-color css

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

 span { border-color: rgb(33,38,14); }

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