Html Css Color HEX #21240B Green Waterloo

📋 copy color: '#21240B'

red 33 ◦ green 36 ◦ blue 11

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

Shades of Green Waterloo #21240B

Tints of Green Waterloo #21240B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 45%

 BLUE value IS 11 (4.69% from 255) = 13.75%

R = 41.25%
G = 45%
B = 13.75%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.69

 K value IS 0.86

RGB Variations

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

Color information

#21240B (or 0x21240B) is known color: Green Waterloo. HEX triplet: 21, 24 and 0B. RGB value is (33,36,11). Sum of RGB (Red+Green+Blue) = 33+36+11=80 (10% of max value = 765). Red value is 33 (13.28% from 255 or 41.25% from 80); Green value is 36 (14.45% from 255 or 45% from 80); Blue value is 11 (4.69% from 255 or 13.75% from 80); Max value from RGB is 36 - color contains mainly: green. Hex color #21240B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21240B is #DEDBF4. Grayscale: #202020. Windows color (decimal): -14605301 or 730145. OLE color: 730145.

HSL color Cylindrical-coordinate representation of color #21240B: hue angle of 67.2º degrees, saturation: 0.53, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #21240B is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.86.

Color convert

RGB 33 36 11 -
CMYK 0.08 0 0.69 0.86
HSL 67.2º 0.53% 0.09% -
HSV(B) 67.2º 0.69% 0.14% -
XYZ 1.32 1.61 0.56 -
YUV 32.25 116.01 128.53 -
System Red Green Blue C M Y K H S L
Decimal 33 36 11 0.08 0 0.69 0.86 67.2 0.53 0.09
Hex 21 24 B 8 0 45 56 43 35 9
Octal 41 44 13 10 0 105 126 103 65 11
Binary 100001 100100 1011 1000 0 1000101 1010110 1000011 110101 1001

Color Harmonies of #21240B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21240B

Black with #21240B

Text Example


Text Example

White with #21240B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21240B; }

 p { color: rgb(33,36,11); }

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

background-color css

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

 a { background-color: rgb(33,36,11); }

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

border-color css

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

 span { border-color: rgb(33,36,11); }

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