Html Css Color HEX #272A19 Green Waterloo

📋 copy color: '#272A19'

red 39 ◦ green 42 ◦ blue 25

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

Shades of Green Waterloo #272A19

Tints of Green Waterloo #272A19

RGB

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

 GREEN value IS 42 (16.8% from 255) = 39.62%

 BLUE value IS 25 (10.16% from 255) = 23.58%

R = 36.79%
G = 39.62%
B = 23.58%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.40

 K value IS 0.84

RGB Variations

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

Color information

#272A19 (or 0x272A19) is known color: Green Waterloo. HEX triplet: 27, 2A and 19. RGB value is (39,42,25). Sum of RGB (Red+Green+Blue) = 39+42+25=106 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.79% from 106); Green value is 42 (16.80% from 255 or 39.62% from 106); Blue value is 25 (10.16% from 255 or 23.58% from 106); Max value from RGB is 42 - color contains mainly: green. Hex color #272A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272A19 is #D8D5E6. Grayscale: #272727. Windows color (decimal): -14210535 or 1649191. OLE color: 1649191.

HSL color Cylindrical-coordinate representation of color #272A19: hue angle of 70.59º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #272A19 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.84.

Color convert

RGB 39 42 25 -
CMYK 0.07 0 0.40 0.84
HSL 70.59º 0.25% 0.13% -
HSV(B) 70.59º 0.4% 0.16% -
XYZ 1.84 2.16 1.24 -
YUV 39.17 120.01 127.88 -
System Red Green Blue C M Y K H S L
Decimal 39 42 25 0.07 0 0.40 0.84 70.59 0.25 0.13
Hex 27 2A 19 7 0 28 54 47 19 D
Octal 47 52 31 7 0 50 124 107 31 15
Binary 100111 101010 11001 111 0 101000 1010100 1000111 11001 1101

Color Harmonies of #272A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272A19

Black with #272A19

Text Example


Text Example

White with #272A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272A19; }

 p { color: rgb(39,42,25); }

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

background-color css

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

 a { background-color: rgb(39,42,25); }

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

border-color css

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

 span { border-color: rgb(39,42,25); }

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