Html Css Color HEX #27291B Green Waterloo

📋 copy color: '#27291B'

red 39 ◦ green 41 ◦ blue 27

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

Shades of Green Waterloo #27291B

Tints of Green Waterloo #27291B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 25.23%

R = 36.45%
G = 38.32%
B = 25.23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.34

 K value IS 0.84

RGB Variations

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

Color information

#27291B (or 0x27291B) is known color: Green Waterloo. HEX triplet: 27, 29 and 1B. RGB value is (39,41,27). Sum of RGB (Red+Green+Blue) = 39+41+27=107 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.45% from 107); Green value is 41 (16.41% from 255 or 38.32% from 107); Blue value is 27 (10.94% from 255 or 25.23% from 107); Max value from RGB is 41 - color contains mainly: green. Hex color #27291B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27291B is #D8D6E4. Grayscale: #262626. Windows color (decimal): -14210789 or 1780007. OLE color: 1780007.

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

Color convert

RGB 39 41 27 -
CMYK 0.05 0 0.34 0.84
HSL 68.57º 0.21% 0.13% -
HSV(B) 68.57º 0.34% 0.16% -
XYZ 1.83 2.1 1.35 -
YUV 38.81 121.34 128.14 -
System Red Green Blue C M Y K H S L
Decimal 39 41 27 0.05 0 0.34 0.84 68.57 0.21 0.13
Hex 27 29 1B 5 0 22 54 45 15 D
Octal 47 51 33 5 0 42 124 105 25 15
Binary 100111 101001 11011 101 0 100010 1010100 1000101 10101 1101

Color Harmonies of #27291B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27291B

Black with #27291B

Text Example


Text Example

White with #27291B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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