Html Css Color HEX #27281B Green Waterloo

📋 copy color: '#27281B'

red 39 ◦ green 40 ◦ blue 27

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

Shades of Green Waterloo #27281B

Tints of Green Waterloo #27281B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 37.74%

 BLUE value IS 27 (10.94% from 255) = 25.47%

R = 36.79%
G = 37.74%
B = 25.47%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.84

RGB Variations

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

Color information

#27281B (or 0x27281B) is known color: Green Waterloo. HEX triplet: 27, 28 and 1B. RGB value is (39,40,27). Sum of RGB (Red+Green+Blue) = 39+40+27=106 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.79% from 106); Green value is 40 (16.02% from 255 or 37.74% from 106); Blue value is 27 (10.94% from 255 or 25.47% from 106); Max value from RGB is 40 - color contains mainly: green. Hex color #27281B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27281B is #D8D7E4. Grayscale: #262626. Windows color (decimal): -14211045 or 1779751. OLE color: 1779751.

HSL color Cylindrical-coordinate representation of color #27281B: hue angle of 64.62º degrees, saturation: 0.19, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #27281B is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.84.

Color convert

RGB 39 40 27 -
CMYK 0.02 0 0.33 0.84
HSL 64.62º 0.19% 0.13% -
HSV(B) 64.62º 0.33% 0.16% -
XYZ 1.79 2.03 1.33 -
YUV 38.22 121.67 128.56 -
System Red Green Blue C M Y K H S L
Decimal 39 40 27 0.02 0 0.33 0.84 64.62 0.19 0.13
Hex 27 28 1B 2 0 21 54 41 13 D
Octal 47 50 33 2 0 41 124 101 23 15
Binary 100111 101000 11011 10 0 100001 1010100 1000001 10011 1101

Color Harmonies of #27281B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27281B

Black with #27281B

Text Example


Text Example

White with #27281B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27281B; }

 p { color: rgb(39,40,27); }

 H1.HeaderClassName
 {
   color: #27281B;
 }
 .AnyTagClassName
 {
   color: #27281B;
 }
</style>

background-color css

<style>
 a { background-color: #27281B; }

 a { background-color: rgb(39,40,27); }

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

border-color css

<style>
 span { border-color: #27281B; }

 span { border-color: rgb(39,40,27); }

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