Html Css Color HEX #272818 Green Waterloo

📋 copy color: '#272818'

red 39 ◦ green 40 ◦ blue 24

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

Shades of Green Waterloo #272818

Tints of Green Waterloo #272818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 23.3%

R = 37.86%
G = 38.83%
B = 23.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.84

RGB Variations

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

Color information

#272818 (or 0x272818) is known color: Green Waterloo. HEX triplet: 27, 28 and 18. RGB value is (39,40,24). Sum of RGB (Red+Green+Blue) = 39+40+24=103 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.86% from 103); Green value is 40 (16.02% from 255 or 38.83% from 103); Blue value is 24 (9.77% from 255 or 23.30% from 103); Max value from RGB is 40 - color contains mainly: green. Hex color #272818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272818 is #D8D7E7. Grayscale: #252525. Windows color (decimal): -14211048 or 1583143. OLE color: 1583143.

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

Color convert

RGB 39 40 24 -
CMYK 0.02 0 0.40 0.84
HSL 63.75º 0.25% 0.13% -
HSV(B) 63.75º 0.4% 0.16% -
XYZ 1.76 2.01 1.16 -
YUV 37.88 120.17 128.8 -
System Red Green Blue C M Y K H S L
Decimal 39 40 24 0.02 0 0.40 0.84 63.75 0.25 0.13
Hex 27 28 18 2 0 28 54 40 19 D
Octal 47 50 30 2 0 50 124 100 31 15
Binary 100111 101000 11000 10 0 101000 1010100 1000000 11001 1101

Color Harmonies of #272818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272818

Black with #272818

Text Example


Text Example

White with #272818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272818; }

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

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

background-color css

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

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

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

border-color css

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

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

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