Html Css Color HEX #272E0A Green Waterloo

📋 copy color: '#272E0A'

red 39 ◦ green 46 ◦ blue 10

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

Shades of Green Waterloo #272E0A

Tints of Green Waterloo #272E0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 10.53%

R = 41.05%
G = 48.42%
B = 10.53%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.78

 K value IS 0.82

RGB Variations

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

Color information

#272E0A (or 0x272E0A) is known color: Green Waterloo. HEX triplet: 27, 2E and 0A. RGB value is (39,46,10). Sum of RGB (Red+Green+Blue) = 39+46+10=95 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.05% from 95); Green value is 46 (18.36% from 255 or 48.42% from 95); Blue value is 10 (4.30% from 255 or 10.53% from 95); Max value from RGB is 46 - color contains mainly: green. Hex color #272E0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272E0A is #D8D1F5. Grayscale: #272727. Windows color (decimal): -14209526 or 667175. OLE color: 667175.

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

Color convert

RGB 39 46 10 -
CMYK 0.15 0 0.78 0.82
HSL 71.67º 0.64% 0.11% -
HSV(B) 71.67º 0.78% 0.18% -
XYZ 1.87 2.41 0.65 -
YUV 39.8 111.18 127.43 -
System Red Green Blue C M Y K H S L
Decimal 39 46 10 0.15 0 0.78 0.82 71.67 0.64 0.11
Hex 27 2E A F 0 4E 52 48 40 B
Octal 47 56 12 17 0 116 122 110 100 13
Binary 100111 101110 1010 1111 0 1001110 1010010 1001000 1000000 1011

Color Harmonies of #272E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272E0A

Black with #272E0A

Text Example


Text Example

White with #272E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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