Html Css Color HEX #272918 Green Waterloo

📋 copy color: '#272918'

red 39 ◦ green 41 ◦ blue 24

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

Shades of Green Waterloo #272918

Tints of Green Waterloo #272918

RGB

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

 GREEN value IS 41 (16.41% from 255) = 39.42%

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

R = 37.5%
G = 39.42%
B = 23.08%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.41

 K value IS 0.84

RGB Variations

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

Color information

#272918 (or 0x272918) is known color: Green Waterloo. HEX triplet: 27, 29 and 18. RGB value is (39,41,24). Sum of RGB (Red+Green+Blue) = 39+41+24=104 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.5% from 104); Green value is 41 (16.41% from 255 or 39.42% from 104); Blue value is 24 (9.77% from 255 or 23.08% from 104); Max value from RGB is 41 - color contains mainly: green. Hex color #272918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272918 is #D8D6E7. Grayscale: #262626. Windows color (decimal): -14210792 or 1583399. OLE color: 1583399.

HSL color Cylindrical-coordinate representation of color #272918: hue angle of 67.06º degrees, saturation: 0.26, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #272918 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.84.

Color convert

RGB 39 41 24 -
CMYK 0.05 0 0.41 0.84
HSL 67.06º 0.26% 0.13% -
HSV(B) 67.06º 0.41% 0.16% -
XYZ 1.79 2.08 1.17 -
YUV 38.46 119.84 128.38 -
System Red Green Blue C M Y K H S L
Decimal 39 41 24 0.05 0 0.41 0.84 67.06 0.26 0.13
Hex 27 29 18 5 0 29 54 43 1A D
Octal 47 51 30 5 0 51 124 103 32 15
Binary 100111 101001 11000 101 0 101001 1010100 1000011 11010 1101

Color Harmonies of #272918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272918

Black with #272918

Text Example


Text Example

White with #272918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272918; }

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

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

background-color css

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

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

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

border-color css

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

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

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