Html Css Color HEX #272B00 Green Waterloo

📋 copy color: '#272B00'

red 39 ◦ green 43 ◦ blue 0

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

Shades of Green Waterloo #272B00

Tints of Green Waterloo #272B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.56%
G = 52.44%
B = 0%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 1

 K value IS 0.83

RGB Variations

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

Color information

#272B00 (or 0x272B00) is known color: Green Waterloo. HEX triplet: 27, 2B and 00. RGB value is (39,43,0). Sum of RGB (Red+Green+Blue) = 39+43+0=82 (10% of max value = 765). Red value is 39 (15.62% from 255 or 47.56% from 82); Green value is 43 (17.19% from 255 or 52.44% from 82); Blue value is 0 (0.39% from 255 or 0% from 82); Max value from RGB is 43 - color contains mainly: green. Hex color #272B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272B00 is #D8D4FF. Grayscale: #252525. Windows color (decimal): -14210304 or 11047. OLE color: 11047.

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

Color convert

RGB 39 43 0 -
CMYK 0.09 0 1 0.83
HSL 65.58º 1% 0.08% -
HSV(B) 65.58º 1% 0.17% -
XYZ 1.7 2.16 0.33 -
YUV 36.9 107.17 129.5 -
System Red Green Blue C M Y K H S L
Decimal 39 43 0 0.09 0 1 0.83 65.58 1 0.08
Hex 27 2B 0 9 0 64 53 42 64 8
Octal 47 53 0 11 0 144 123 102 144 10
Binary 100111 101011 0 1001 0 1100100 1010011 1000010 1100100 1000

Color Harmonies of #272B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272B00

Black with #272B00

Text Example


Text Example

White with #272B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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