Html Css Color HEX #272E0C Green Waterloo

📋 copy color: '#272E0C'

red 39 ◦ green 46 ◦ blue 12

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

Shades of Green Waterloo #272E0C

Tints of Green Waterloo #272E0C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 47.42%

 BLUE value IS 12 (5.08% from 255) = 12.37%

R = 40.21%
G = 47.42%
B = 12.37%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.74

 K value IS 0.82

RGB Variations

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

Color information

#272E0C (or 0x272E0C) is known color: Green Waterloo. HEX triplet: 27, 2E and 0C. RGB value is (39,46,12). Sum of RGB (Red+Green+Blue) = 39+46+12=97 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.21% from 97); Green value is 46 (18.36% from 255 or 47.42% from 97); Blue value is 12 (5.08% from 255 or 12.37% from 97); Max value from RGB is 46 - color contains mainly: green. Hex color #272E0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272E0C is #D8D1F3. Grayscale: #282828. Windows color (decimal): -14209524 or 798247. OLE color: 798247.

HSL color Cylindrical-coordinate representation of color #272E0C: hue angle of 72.35º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #272E0C is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.82.

Color convert

RGB 39 46 12 -
CMYK 0.15 0 0.74 0.82
HSL 72.35º 0.59% 0.11% -
HSV(B) 72.35º 0.74% 0.18% -
XYZ 1.88 2.41 0.71 -
YUV 40.03 112.18 127.26 -
System Red Green Blue C M Y K H S L
Decimal 39 46 12 0.15 0 0.74 0.82 72.35 0.59 0.11
Hex 27 2E C F 0 4A 52 48 3B B
Octal 47 56 14 17 0 112 122 110 73 13
Binary 100111 101110 1100 1111 0 1001010 1010010 1001000 111011 1011

Color Harmonies of #272E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272E0C

Black with #272E0C

Text Example


Text Example

White with #272E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,46,12); }

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

background-color css

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

 a { background-color: rgb(39,46,12); }

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

border-color css

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

 span { border-color: rgb(39,46,12); }

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