#21230F

Color #21230F Green Waterloo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Waterloo #21230F

Tints of Green Waterloo #21230F

Color information

#21230F (or 0x21230F) is unknown color: approx Green Waterloo. HEX triplet: 21, 23 and 0F. RGB value is (33,35,15). Sum of RGB (Red+Green+Blue) = 33+35+15=83 (10% of max value = 765). Red value is 33 (13.28% from 255 or 39.76% from 83); Green value is 35 (14.06% from 255 or 42.17% from 83); Blue value is 15 (6.25% from 255 or 18.07% from 83); Max value from RGB is 35 - color contains mainly: green. Hex color #21230F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21230F is #DEDCF0. Grayscale: #202020. Windows color (decimal): -14605553 or 992033. OLE color: 992033.

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

Color convert

RGB333515-
CMYK0.0600.570.86
HSL66º40%9.8%-
HSV(B)66º57.14%13.73%-
XYZ1.311.560.68-
YUV32.12118.34128.63-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 39.76%
GREEN value IS 35 (14.06% from 255) = 42.17%
BLUE value IS 15 (6.25% from 255) = 18.07%
R=39.76%
G=42.17%
B=18.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3335150.0600.570.8666409.8
Hex2123F6039564228a
Octal41431760711261025012
Binary10000110001111111100111001101011010000101010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21230F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #21230F;
 }
 .AnyTagClassName
 {
   color: #21230F;
 }
</style>
background-color css

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

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

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

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

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

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