Html Css Color HEX #272B0B Green Waterloo

📋 copy color: '#272B0B'

red 39 ◦ green 43 ◦ blue 11

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

Shades of Green Waterloo #272B0B

Tints of Green Waterloo #272B0B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 46.24%

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

R = 41.94%
G = 46.24%
B = 11.83%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.74

 K value IS 0.83

RGB Variations

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

Color information

#272B0B (or 0x272B0B) is known color: Green Waterloo. HEX triplet: 27, 2B and 0B. RGB value is (39,43,11). Sum of RGB (Red+Green+Blue) = 39+43+11=93 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.94% from 93); Green value is 43 (17.19% from 255 or 46.24% from 93); Blue value is 11 (4.69% from 255 or 11.83% from 93); Max value from RGB is 43 - color contains mainly: green. Hex color #272B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272B0B is #D8D4F4. Grayscale: #262626. Windows color (decimal): -14210293 or 731943. OLE color: 731943.

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

Color convert

RGB 39 43 11 -
CMYK 0.09 0 0.74 0.83
HSL 67.5º 0.59% 0.11% -
HSV(B) 67.5º 0.74% 0.17% -
XYZ 1.76 2.18 0.65 -
YUV 38.16 112.67 128.6 -
System Red Green Blue C M Y K H S L
Decimal 39 43 11 0.09 0 0.74 0.83 67.5 0.59 0.11
Hex 27 2B B 9 0 4A 53 44 3B B
Octal 47 53 13 11 0 112 123 104 73 13
Binary 100111 101011 1011 1001 0 1001010 1010011 1000100 111011 1011

Color Harmonies of #272B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272B0B

Black with #272B0B

Text Example


Text Example

White with #272B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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