Html Css Color HEX #272F07 Green Waterloo

📋 copy color: '#272F07'

red 39 ◦ green 47 ◦ blue 7

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

Shades of Green Waterloo #272F07

Tints of Green Waterloo #272F07

RGB

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

 GREEN value IS 47 (18.75% from 255) = 50.54%

 BLUE value IS 7 (3.13% from 255) = 7.53%

R = 41.94%
G = 50.54%
B = 7.53%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.85

 K value IS 0.82

RGB Variations

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

Color information

#272F07 (or 0x272F07) is known color: Green Waterloo. HEX triplet: 27, 2F and 07. RGB value is (39,47,7). Sum of RGB (Red+Green+Blue) = 39+47+7=93 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.94% from 93); Green value is 47 (18.75% from 255 or 50.54% from 93); Blue value is 7 (3.12% from 255 or 7.53% from 93); Max value from RGB is 47 - color contains mainly: green. Hex color #272F07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272F07 is #D8D0F8. Grayscale: #282828. Windows color (decimal): -14209273 or 470823. OLE color: 470823.

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

Color convert

RGB 39 47 7 -
CMYK 0.17 0 0.85 0.82
HSL 72º 0.74% 0.11% -
HSV(B) 72º 0.85% 0.18% -
XYZ 1.89 2.48 0.58 -
YUV 40.05 109.35 127.25 -
System Red Green Blue C M Y K H S L
Decimal 39 47 7 0.17 0 0.85 0.82 72 0.74 0.11
Hex 27 2F 7 11 0 55 52 48 4A B
Octal 47 57 7 21 0 125 122 110 112 13
Binary 100111 101111 111 10001 0 1010101 1010010 1001000 1001010 1011

Color Harmonies of #272F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272F07

Black with #272F07

Text Example


Text Example

White with #272F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,47,7); }

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

background-color css

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

 a { background-color: rgb(39,47,7); }

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

border-color css

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

 span { border-color: rgb(39,47,7); }

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