Html Css Color HEX #21250F Green Waterloo

📋 copy color: '#21250F'

red 33 ◦ green 37 ◦ blue 15

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

Shades of Green Waterloo #21250F

Tints of Green Waterloo #21250F

RGB

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

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

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

R = 38.82%
G = 43.53%
B = 17.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.59

 K value IS 0.85

RGB Variations

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

Color information

#21250F (or 0x21250F) is known color: Green Waterloo. HEX triplet: 21, 25 and 0F. RGB value is (33,37,15). Sum of RGB (Red+Green+Blue) = 33+37+15=85 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.82% from 85); Green value is 37 (14.84% from 255 or 43.53% from 85); Blue value is 15 (6.25% from 255 or 17.65% from 85); Max value from RGB is 37 - color contains mainly: green. Hex color #21250F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21250F is #DEDAF0. Grayscale: #212121. Windows color (decimal): -14605041 or 992545. OLE color: 992545.

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

Color convert

RGB 33 37 15 -
CMYK 0.11 0 0.59 0.85
HSL 70.91º 0.42% 0.1% -
HSV(B) 70.91º 0.59% 0.15% -
XYZ 1.37 1.68 0.7 -
YUV 33.3 117.67 127.79 -
System Red Green Blue C M Y K H S L
Decimal 33 37 15 0.11 0 0.59 0.85 70.91 0.42 0.1
Hex 21 25 F B 0 3B 55 47 2A A
Octal 41 45 17 13 0 73 125 107 52 12
Binary 100001 100101 1111 1011 0 111011 1010101 1000111 101010 1010

Color Harmonies of #21250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21250F

Black with #21250F

Text Example


Text Example

White with #21250F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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