Html Css Color HEX #272B10 Green Waterloo

📋 copy color: '#272B10'

red 39 ◦ green 43 ◦ blue 16

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

Shades of Green Waterloo #272B10

Tints of Green Waterloo #272B10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 16.33%

R = 39.8%
G = 43.88%
B = 16.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.63

 K value IS 0.83

RGB Variations

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

Color information

#272B10 (or 0x272B10) is known color: Green Waterloo. HEX triplet: 27, 2B and 10. RGB value is (39,43,16). Sum of RGB (Red+Green+Blue) = 39+43+16=98 (12% of max value = 765). Red value is 39 (15.62% from 255 or 39.80% from 98); Green value is 43 (17.19% from 255 or 43.88% from 98); Blue value is 16 (6.64% from 255 or 16.33% from 98); Max value from RGB is 43 - color contains mainly: green. Hex color #272B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272B10 is #D8D4EF. Grayscale: #262626. Windows color (decimal): -14210288 or 1059623. OLE color: 1059623.

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

Color convert

RGB 39 43 16 -
CMYK 0.09 0 0.63 0.83
HSL 68.89º 0.46% 0.12% -
HSV(B) 68.89º 0.63% 0.17% -
XYZ 1.79 2.2 0.82 -
YUV 38.73 115.17 128.2 -
System Red Green Blue C M Y K H S L
Decimal 39 43 16 0.09 0 0.63 0.83 68.89 0.46 0.12
Hex 27 2B 10 9 0 3F 53 45 2E C
Octal 47 53 20 11 0 77 123 105 56 14
Binary 100111 101011 10000 1001 0 111111 1010011 1000101 101110 1100

Color Harmonies of #272B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272B10

Black with #272B10

Text Example


Text Example

White with #272B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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