Html Css Color HEX #27290B Green Waterloo

📋 copy color: '#27290B'

red 39 ◦ green 41 ◦ blue 11

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

Shades of Green Waterloo #27290B

Tints of Green Waterloo #27290B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 12.09%

R = 42.86%
G = 45.05%
B = 12.09%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.73

 K value IS 0.84

RGB Variations

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

Color information

#27290B (or 0x27290B) is known color: Green Waterloo. HEX triplet: 27, 29 and 0B. RGB value is (39,41,11). Sum of RGB (Red+Green+Blue) = 39+41+11=91 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.86% from 91); Green value is 41 (16.41% from 255 or 45.05% from 91); Blue value is 11 (4.69% from 255 or 12.09% from 91); Max value from RGB is 41 - color contains mainly: green. Hex color #27290B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27290B is #D8D6F4. Grayscale: #252525. Windows color (decimal): -14210805 or 731431. OLE color: 731431.

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

Color convert

RGB 39 41 11 -
CMYK 0.05 0 0.73 0.84
HSL 64º 0.58% 0.1% -
HSV(B) 64º 0.73% 0.16% -
XYZ 1.69 2.04 0.62 -
YUV 36.98 113.34 129.44 -
System Red Green Blue C M Y K H S L
Decimal 39 41 11 0.05 0 0.73 0.84 64 0.58 0.1
Hex 27 29 B 5 0 49 54 40 3A A
Octal 47 51 13 5 0 111 124 100 72 12
Binary 100111 101001 1011 101 0 1001001 1010100 1000000 111010 1010

Color Harmonies of #27290B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27290B

Black with #27290B

Text Example


Text Example

White with #27290B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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