Html Css Color HEX #272815 Green Waterloo

📋 copy color: '#272815'

red 39 ◦ green 40 ◦ blue 21

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

Shades of Green Waterloo #272815

Tints of Green Waterloo #272815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 21%

R = 39%
G = 40%
B = 21%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.48

 K value IS 0.84

RGB Variations

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

Color information

#272815 (or 0x272815) is known color: Green Waterloo. HEX triplet: 27, 28 and 15. RGB value is (39,40,21). Sum of RGB (Red+Green+Blue) = 39+40+21=100 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39% from 100); Green value is 40 (16.02% from 255 or 40% from 100); Blue value is 21 (8.59% from 255 or 21% from 100); Max value from RGB is 40 - color contains mainly: green. Hex color #272815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272815 is #D8D7EA. Grayscale: #252525. Windows color (decimal): -14211051 or 1386535. OLE color: 1386535.

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

Color convert

RGB 39 40 21 -
CMYK 0.02 0 0.48 0.84
HSL 63.16º 0.31% 0.12% -
HSV(B) 63.16º 0.48% 0.16% -
XYZ 1.73 2 1 -
YUV 37.54 118.67 129.04 -
System Red Green Blue C M Y K H S L
Decimal 39 40 21 0.02 0 0.48 0.84 63.16 0.31 0.12
Hex 27 28 15 2 0 30 54 3F 1F C
Octal 47 50 25 2 0 60 124 77 37 14
Binary 100111 101000 10101 10 0 110000 1010100 111111 11111 1100

Color Harmonies of #272815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272815

Black with #272815

Text Example


Text Example

White with #272815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272815; }

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

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

background-color css

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

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

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

border-color css

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

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

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