Html Css Color HEX #21240F Green Waterloo

📋 copy color: '#21240F'

red 33 ◦ green 36 ◦ blue 15

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

Shades of Green Waterloo #21240F

Tints of Green Waterloo #21240F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 17.86%

R = 39.29%
G = 42.86%
B = 17.86%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.58

 K value IS 0.86

RGB Variations

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

Color information

#21240F (or 0x21240F) is known color: Green Waterloo. HEX triplet: 21, 24 and 0F. RGB value is (33,36,15). Sum of RGB (Red+Green+Blue) = 33+36+15=84 (11% of max value = 765). Red value is 33 (13.28% from 255 or 39.29% from 84); Green value is 36 (14.45% from 255 or 42.86% from 84); Blue value is 15 (6.25% from 255 or 17.86% from 84); Max value from RGB is 36 - color contains mainly: green. Hex color #21240F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21240F is #DEDBF0. Grayscale: #202020. Windows color (decimal): -14605297 or 992289. OLE color: 992289.

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

Color convert

RGB 33 36 15 -
CMYK 0.08 0 0.58 0.86
HSL 68.57º 0.41% 0.1% -
HSV(B) 68.57º 0.58% 0.14% -
XYZ 1.34 1.62 0.69 -
YUV 32.71 118.01 128.21 -
System Red Green Blue C M Y K H S L
Decimal 33 36 15 0.08 0 0.58 0.86 68.57 0.41 0.1
Hex 21 24 F 8 0 3A 56 45 29 A
Octal 41 44 17 10 0 72 126 105 51 12
Binary 100001 100100 1111 1000 0 111010 1010110 1000101 101001 1010

Color Harmonies of #21240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21240F

Black with #21240F

Text Example


Text Example

White with #21240F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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