Html Css Color HEX #272F0B Green Waterloo

📋 copy color: '#272F0B'

red 39 ◦ green 47 ◦ blue 11

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

Shades of Green Waterloo #272F0B

Tints of Green Waterloo #272F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 11.34%

R = 40.21%
G = 48.45%
B = 11.34%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.77

 K value IS 0.82

RGB Variations

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

Color information

#272F0B (or 0x272F0B) is known color: Green Waterloo. HEX triplet: 27, 2F and 0B. RGB value is (39,47,11). Sum of RGB (Red+Green+Blue) = 39+47+11=97 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.21% from 97); Green value is 47 (18.75% from 255 or 48.45% from 97); Blue value is 11 (4.69% from 255 or 11.34% from 97); Max value from RGB is 47 - color contains mainly: green. Hex color #272F0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272F0B is #D8D0F4. Grayscale: #282828. Windows color (decimal): -14209269 or 732967. OLE color: 732967.

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

Color convert

RGB 39 47 11 -
CMYK 0.17 0 0.77 0.82
HSL 73.33º 0.62% 0.11% -
HSV(B) 73.33º 0.77% 0.18% -
XYZ 1.91 2.49 0.7 -
YUV 40.5 111.35 126.93 -
System Red Green Blue C M Y K H S L
Decimal 39 47 11 0.17 0 0.77 0.82 73.33 0.62 0.11
Hex 27 2F B 11 0 4D 52 49 3E B
Octal 47 57 13 21 0 115 122 111 76 13
Binary 100111 101111 1011 10001 0 1001101 1010010 1001001 111110 1011

Color Harmonies of #272F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272F0B

Black with #272F0B

Text Example


Text Example

White with #272F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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