Html Css Color HEX #272912 Green Waterloo

📋 copy color: '#272912'

red 39 ◦ green 41 ◦ blue 18

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

Shades of Green Waterloo #272912

Tints of Green Waterloo #272912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 18.37%

R = 39.8%
G = 41.84%
B = 18.37%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.56

 K value IS 0.84

RGB Variations

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

Color information

#272912 (or 0x272912) is known color: Green Waterloo. HEX triplet: 27, 29 and 12. RGB value is (39,41,18). Sum of RGB (Red+Green+Blue) = 39+41+18=98 (12% of max value = 765). Red value is 39 (15.62% from 255 or 39.80% from 98); Green value is 41 (16.41% from 255 or 41.84% from 98); Blue value is 18 (7.42% from 255 or 18.37% from 98); Max value from RGB is 41 - color contains mainly: green. Hex color #272912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272912 is #D8D6ED. Grayscale: #252525. Windows color (decimal): -14210798 or 1190183. OLE color: 1190183.

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

Color convert

RGB 39 41 18 -
CMYK 0.05 0 0.56 0.84
HSL 65.22º 0.39% 0.12% -
HSV(B) 65.22º 0.56% 0.16% -
XYZ 1.74 2.06 0.88 -
YUV 37.78 116.84 128.87 -
System Red Green Blue C M Y K H S L
Decimal 39 41 18 0.05 0 0.56 0.84 65.22 0.39 0.12
Hex 27 29 12 5 0 38 54 41 27 C
Octal 47 51 22 5 0 70 124 101 47 14
Binary 100111 101001 10010 101 0 111000 1010100 1000001 100111 1100

Color Harmonies of #272912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272912

Black with #272912

Text Example


Text Example

White with #272912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272912; }

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

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

background-color css

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

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

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

border-color css

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

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

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