Html Css Color HEX #272A1A Green Waterloo

📋 copy color: '#272A1A'

red 39 ◦ green 42 ◦ blue 26

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

Shades of Green Waterloo #272A1A

Tints of Green Waterloo #272A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 24.3%

R = 36.45%
G = 39.25%
B = 24.3%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.38

 K value IS 0.84

RGB Variations

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

Color information

#272A1A (or 0x272A1A) is known color: Green Waterloo. HEX triplet: 27, 2A and 1A. RGB value is (39,42,26). Sum of RGB (Red+Green+Blue) = 39+42+26=107 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.45% from 107); Green value is 42 (16.80% from 255 or 39.25% from 107); Blue value is 26 (10.55% from 255 or 24.30% from 107); Max value from RGB is 42 - color contains mainly: green. Hex color #272A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272A1A is #D8D5E5. Grayscale: #272727. Windows color (decimal): -14210534 or 1714727. OLE color: 1714727.

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

Color convert

RGB 39 42 26 -
CMYK 0.07 0 0.38 0.84
HSL 71.25º 0.24% 0.13% -
HSV(B) 71.25º 0.38% 0.16% -
XYZ 1.85 2.16 1.3 -
YUV 39.28 120.51 127.8 -
System Red Green Blue C M Y K H S L
Decimal 39 42 26 0.07 0 0.38 0.84 71.25 0.24 0.13
Hex 27 2A 1A 7 0 26 54 47 18 D
Octal 47 52 32 7 0 46 124 107 30 15
Binary 100111 101010 11010 111 0 100110 1010100 1000111 11000 1101

Color Harmonies of #272A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272A1A

Black with #272A1A

Text Example


Text Example

White with #272A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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