Html Css Color HEX #272910 Green Waterloo

📋 copy color: '#272910'

red 39 ◦ green 41 ◦ blue 16

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

Shades of Green Waterloo #272910

Tints of Green Waterloo #272910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 16.67%

R = 40.63%
G = 42.71%
B = 16.67%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.61

 K value IS 0.84

RGB Variations

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

Color information

#272910 (or 0x272910) is known color: Green Waterloo. HEX triplet: 27, 29 and 10. RGB value is (39,41,16). Sum of RGB (Red+Green+Blue) = 39+41+16=96 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.62% from 96); Green value is 41 (16.41% from 255 or 42.71% from 96); Blue value is 16 (6.64% from 255 or 16.67% from 96); Max value from RGB is 41 - color contains mainly: green. Hex color #272910 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272910 is #D8D6EF. Grayscale: #252525. Windows color (decimal): -14210800 or 1059111. OLE color: 1059111.

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

Color convert

RGB 39 41 16 -
CMYK 0.05 0 0.61 0.84
HSL 64.8º 0.44% 0.11% -
HSV(B) 64.8º 0.61% 0.16% -
XYZ 1.72 2.05 0.8 -
YUV 37.55 115.84 129.03 -
System Red Green Blue C M Y K H S L
Decimal 39 41 16 0.05 0 0.61 0.84 64.8 0.44 0.11
Hex 27 29 10 5 0 3D 54 41 2C B
Octal 47 51 20 5 0 75 124 101 54 13
Binary 100111 101001 10000 101 0 111101 1010100 1000001 101100 1011

Color Harmonies of #272910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272910

Black with #272910

Text Example


Text Example

White with #272910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272910; }

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

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

background-color css

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

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

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

border-color css

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

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

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