Html Css Color HEX #272821 Green Waterloo

📋 copy color: '#272821'

red 39 ◦ green 40 ◦ blue 33

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

Shades of Green Waterloo #272821

Tints of Green Waterloo #272821

RGB

 RED value IS 39 (15.63% from 255) = 34.82%

 GREEN value IS 40 (16.02% from 255) = 35.71%

 BLUE value IS 33 (13.28% from 255) = 29.46%

R = 34.82%
G = 35.71%
B = 29.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.84

RGB Variations

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

Color information

#272821 (or 0x272821) is known color: Green Waterloo. HEX triplet: 27, 28 and 21. RGB value is (39,40,33). Sum of RGB (Red+Green+Blue) = 39+40+33=112 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.82% from 112); Green value is 40 (16.02% from 255 or 35.71% from 112); Blue value is 33 (13.28% from 255 or 29.46% from 112); Max value from RGB is 40 - color contains mainly: green. Hex color #272821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272821 is #D8D7DE. Grayscale: #262626. Windows color (decimal): -14211039 or 2172967. OLE color: 2172967.

HSL color Cylindrical-coordinate representation of color #272821: hue angle of 68.57º degrees, saturation: 0.1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #272821 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.84.

Color convert

RGB 39 40 33 -
CMYK 0.02 0 0.17 0.84
HSL 68.57º 0.1% 0.14% -
HSV(B) 68.57º 0.18% 0.16% -
XYZ 1.87 2.06 1.74 -
YUV 38.9 124.67 128.07 -
System Red Green Blue C M Y K H S L
Decimal 39 40 33 0.02 0 0.17 0.84 68.57 0.1 0.14
Hex 27 28 21 2 0 11 54 45 A E
Octal 47 50 41 2 0 21 124 105 12 16
Binary 100111 101000 100001 10 0 10001 1010100 1000101 1010 1110

Color Harmonies of #272821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272821

Black with #272821

Text Example


Text Example

White with #272821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272821; }

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

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

background-color css

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

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

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

border-color css

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

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

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