Html Css Color HEX #272816 Green Waterloo

📋 copy color: '#272816'

red 39 ◦ green 40 ◦ blue 22

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

Shades of Green Waterloo #272816

Tints of Green Waterloo #272816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 21.78%

R = 38.61%
G = 39.6%
B = 21.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.45

 K value IS 0.84

RGB Variations

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

Color information

#272816 (or 0x272816) is known color: Green Waterloo. HEX triplet: 27, 28 and 16. RGB value is (39,40,22). Sum of RGB (Red+Green+Blue) = 39+40+22=101 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.61% from 101); Green value is 40 (16.02% from 255 or 39.60% from 101); Blue value is 22 (8.98% from 255 or 21.78% from 101); Max value from RGB is 40 - color contains mainly: green. Hex color #272816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272816 is #D8D7E9. Grayscale: #252525. Windows color (decimal): -14211050 or 1452071. OLE color: 1452071.

HSL color Cylindrical-coordinate representation of color #272816: hue angle of 63.33º degrees, saturation: 0.29, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #272816 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.84.

Color convert

RGB 39 40 22 -
CMYK 0.02 0 0.45 0.84
HSL 63.33º 0.29% 0.12% -
HSV(B) 63.33º 0.45% 0.16% -
XYZ 1.74 2.01 1.05 -
YUV 37.65 119.17 128.96 -
System Red Green Blue C M Y K H S L
Decimal 39 40 22 0.02 0 0.45 0.84 63.33 0.29 0.12
Hex 27 28 16 2 0 2D 54 3F 1D C
Octal 47 50 26 2 0 55 124 77 35 14
Binary 100111 101000 10110 10 0 101101 1010100 111111 11101 1100

Color Harmonies of #272816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272816

Black with #272816

Text Example


Text Example

White with #272816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272816; }

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

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

background-color css

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

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

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

border-color css

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

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

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