Html Css Color HEX #27290F Green Waterloo

📋 copy color: '#27290F'

red 39 ◦ green 41 ◦ blue 15

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

Shades of Green Waterloo #27290F

Tints of Green Waterloo #27290F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 15.79%

R = 41.05%
G = 43.16%
B = 15.79%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.63

 K value IS 0.84

RGB Variations

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

Color information

#27290F (or 0x27290F) is known color: Green Waterloo. HEX triplet: 27, 29 and 0F. RGB value is (39,41,15). Sum of RGB (Red+Green+Blue) = 39+41+15=95 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.05% from 95); Green value is 41 (16.41% from 255 or 43.16% from 95); Blue value is 15 (6.25% from 255 or 15.79% from 95); Max value from RGB is 41 - color contains mainly: green. Hex color #27290F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27290F is #D8D6F0. Grayscale: #252525. Windows color (decimal): -14210801 or 993575. OLE color: 993575.

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

Color convert

RGB 39 41 15 -
CMYK 0.05 0 0.63 0.84
HSL 64.62º 0.46% 0.11% -
HSV(B) 64.62º 0.63% 0.16% -
XYZ 1.72 2.05 0.76 -
YUV 37.44 115.34 129.11 -
System Red Green Blue C M Y K H S L
Decimal 39 41 15 0.05 0 0.63 0.84 64.62 0.46 0.11
Hex 27 29 F 5 0 3F 54 41 2E B
Octal 47 51 17 5 0 77 124 101 56 13
Binary 100111 101001 1111 101 0 111111 1010100 1000001 101110 1011

Color Harmonies of #27290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27290F

Black with #27290F

Text Example


Text Example

White with #27290F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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