Html Css Color HEX #272822 Green Waterloo

📋 copy color: '#272822'

red 39 ◦ green 40 ◦ blue 34

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

Shades of Green Waterloo #272822

Tints of Green Waterloo #272822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 30.09%

R = 34.51%
G = 35.4%
B = 30.09%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.84

RGB Variations

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

Color information

#272822 (or 0x272822) is known color: Green Waterloo. HEX triplet: 27, 28 and 22. RGB value is (39,40,34). Sum of RGB (Red+Green+Blue) = 39+40+34=113 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.51% from 113); Green value is 40 (16.02% from 255 or 35.40% from 113); Blue value is 34 (13.67% from 255 or 30.09% from 113); Max value from RGB is 40 - color contains mainly: green. Hex color #272822 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272822 is #D8D7DD. Grayscale: #272727. Windows color (decimal): -14211038 or 2238503. OLE color: 2238503.

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

Color convert

RGB 39 40 34 -
CMYK 0.02 0 0.15 0.84
HSL 70º 0.08% 0.15% -
HSV(B) 70º 0.15% 0.16% -
XYZ 1.88 2.06 1.81 -
YUV 39.02 125.17 127.99 -
System Red Green Blue C M Y K H S L
Decimal 39 40 34 0.02 0 0.15 0.84 70 0.08 0.15
Hex 27 28 22 2 0 F 54 46 8 F
Octal 47 50 42 2 0 17 124 106 10 17
Binary 100111 101000 100010 10 0 1111 1010100 1000110 1000 1111

Color Harmonies of #272822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272822

Black with #272822

Text Example


Text Example

White with #272822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272822; }

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

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

background-color css

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

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

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

border-color css

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

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

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