Html Css Color HEX #21270B Green Waterloo

📋 copy color: '#21270B'

red 33 ◦ green 39 ◦ blue 11

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

Shades of Green Waterloo #21270B

Tints of Green Waterloo #21270B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 46.99%

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

R = 39.76%
G = 46.99%
B = 13.25%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.72

 K value IS 0.85

RGB Variations

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

Color information

#21270B (or 0x21270B) is known color: Green Waterloo. HEX triplet: 21, 27 and 0B. RGB value is (33,39,11). Sum of RGB (Red+Green+Blue) = 33+39+11=83 (10% of max value = 765). Red value is 33 (13.28% from 255 or 39.76% from 83); Green value is 39 (15.62% from 255 or 46.99% from 83); Blue value is 11 (4.69% from 255 or 13.25% from 83); Max value from RGB is 39 - color contains mainly: green. Hex color #21270B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21270B is #DED8F4. Grayscale: #222222. Windows color (decimal): -14604533 or 730913. OLE color: 730913.

HSL color Cylindrical-coordinate representation of color #21270B: hue angle of 72.86º degrees, saturation: 0.56, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #21270B is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.85.

Color convert

RGB 33 39 11 -
CMYK 0.15 0 0.72 0.85
HSL 72.86º 0.56% 0.1% -
HSV(B) 72.86º 0.72% 0.15% -
XYZ 1.41 1.8 0.59 -
YUV 34.01 115.01 127.28 -
System Red Green Blue C M Y K H S L
Decimal 33 39 11 0.15 0 0.72 0.85 72.86 0.56 0.1
Hex 21 27 B F 0 48 55 49 38 A
Octal 41 47 13 17 0 110 125 111 70 12
Binary 100001 100111 1011 1111 0 1001000 1010101 1001001 111000 1010

Color Harmonies of #21270B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21270B

Black with #21270B

Text Example


Text Example

White with #21270B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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