Html Css Color HEX #21250E Green Waterloo

📋 copy color: '#21250E'

red 33 ◦ green 37 ◦ blue 14

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

Shades of Green Waterloo #21250E

Tints of Green Waterloo #21250E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 44.05%

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

R = 39.29%
G = 44.05%
B = 16.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.62

 K value IS 0.85

RGB Variations

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

Color information

#21250E (or 0x21250E) is known color: Green Waterloo. HEX triplet: 21, 25 and 0E. RGB value is (33,37,14). Sum of RGB (Red+Green+Blue) = 33+37+14=84 (11% of max value = 765). Red value is 33 (13.28% from 255 or 39.29% from 84); Green value is 37 (14.84% from 255 or 44.05% from 84); Blue value is 14 (5.86% from 255 or 16.67% from 84); Max value from RGB is 37 - color contains mainly: green. Hex color #21250E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21250E is #DEDAF1. Grayscale: #212121. Windows color (decimal): -14605042 or 927009. OLE color: 927009.

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

Color convert

RGB 33 37 14 -
CMYK 0.11 0 0.62 0.85
HSL 70.43º 0.45% 0.1% -
HSV(B) 70.43º 0.62% 0.15% -
XYZ 1.37 1.68 0.67 -
YUV 33.18 117.17 127.87 -
System Red Green Blue C M Y K H S L
Decimal 33 37 14 0.11 0 0.62 0.85 70.43 0.45 0.1
Hex 21 25 E B 0 3E 55 46 2D A
Octal 41 45 16 13 0 76 125 106 55 12
Binary 100001 100101 1110 1011 0 111110 1010101 1000110 101101 1010

Color Harmonies of #21250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21250E

Black with #21250E

Text Example


Text Example

White with #21250E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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