Html Css Color HEX #27291E Green Waterloo

📋 copy color: '#27291E'

red 39 ◦ green 41 ◦ blue 30

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

Shades of Green Waterloo #27291E

Tints of Green Waterloo #27291E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 27.27%

R = 35.45%
G = 37.27%
B = 27.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.84

RGB Variations

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

Color information

#27291E (or 0x27291E) is known color: Green Waterloo. HEX triplet: 27, 29 and 1E. RGB value is (39,41,30). Sum of RGB (Red+Green+Blue) = 39+41+30=110 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.45% from 110); Green value is 41 (16.41% from 255 or 37.27% from 110); Blue value is 30 (12.11% from 255 or 27.27% from 110); Max value from RGB is 41 - color contains mainly: green. Hex color #27291E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27291E is #D8D6E1. Grayscale: #272727. Windows color (decimal): -14210786 or 1976615. OLE color: 1976615.

HSL color Cylindrical-coordinate representation of color #27291E: hue angle of 70.91º degrees, saturation: 0.15, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #27291E is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.84.

Color convert

RGB 39 41 30 -
CMYK 0.05 0 0.27 0.84
HSL 70.91º 0.15% 0.14% -
HSV(B) 70.91º 0.27% 0.16% -
XYZ 1.86 2.11 1.54 -
YUV 39.15 122.84 127.89 -
System Red Green Blue C M Y K H S L
Decimal 39 41 30 0.05 0 0.27 0.84 70.91 0.15 0.14
Hex 27 29 1E 5 0 1B 54 47 F E
Octal 47 51 36 5 0 33 124 107 17 16
Binary 100111 101001 11110 101 0 11011 1010100 1000111 1111 1110

Color Harmonies of #27291E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27291E

Black with #27291E

Text Example


Text Example

White with #27291E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27291E; }

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

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

background-color css

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

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

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

border-color css

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

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

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