Html Css Color HEX #272C10 Green Waterloo

📋 copy color: '#272C10'

red 39 ◦ green 44 ◦ blue 16

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

Shades of Green Waterloo #272C10

Tints of Green Waterloo #272C10

RGB

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

 GREEN value IS 44 (17.58% from 255) = 44.44%

 BLUE value IS 16 (6.64% from 255) = 16.16%

R = 39.39%
G = 44.44%
B = 16.16%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.64

 K value IS 0.83

RGB Variations

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

Color information

#272C10 (or 0x272C10) is known color: Green Waterloo. HEX triplet: 27, 2C and 10. RGB value is (39,44,16). Sum of RGB (Red+Green+Blue) = 39+44+16=99 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39.39% from 99); Green value is 44 (17.58% from 255 or 44.44% from 99); Blue value is 16 (6.64% from 255 or 16.16% from 99); Max value from RGB is 44 - color contains mainly: green. Hex color #272C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272C10 is #D8D3EF. Grayscale: #272727. Windows color (decimal): -14210032 or 1059879. OLE color: 1059879.

HSL color Cylindrical-coordinate representation of color #272C10: hue angle of 70.71º degrees, saturation: 0.47, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #272C10 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.83.

Color convert

RGB 39 44 16 -
CMYK 0.11 0 0.64 0.83
HSL 70.71º 0.47% 0.12% -
HSV(B) 70.71º 0.64% 0.17% -
XYZ 1.83 2.27 0.83 -
YUV 39.31 114.84 127.78 -
System Red Green Blue C M Y K H S L
Decimal 39 44 16 0.11 0 0.64 0.83 70.71 0.47 0.12
Hex 27 2C 10 B 0 40 53 47 2F C
Octal 47 54 20 13 0 100 123 107 57 14
Binary 100111 101100 10000 1011 0 1000000 1010011 1000111 101111 1100

Color Harmonies of #272C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272C10

Black with #272C10

Text Example


Text Example

White with #272C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,44,16); }

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

background-color css

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

 a { background-color: rgb(39,44,16); }

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

border-color css

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

 span { border-color: rgb(39,44,16); }

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