Html Css Color HEX #272901 Green Waterloo

📋 copy color: '#272901'

red 39 ◦ green 41 ◦ blue 1

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

Shades of Green Waterloo #272901

Tints of Green Waterloo #272901

RGB

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

 GREEN value IS 41 (16.41% from 255) = 50.62%

 BLUE value IS 1 (0.78% from 255) = 1.23%

R = 48.15%
G = 50.62%
B = 1.23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.98

 K value IS 0.84

RGB Variations

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

Color information

#272901 (or 0x272901) is known color: Green Waterloo. HEX triplet: 27, 29 and 01. RGB value is (39,41,1). Sum of RGB (Red+Green+Blue) = 39+41+1=81 (10% of max value = 765). Red value is 39 (15.62% from 255 or 48.15% from 81); Green value is 41 (16.41% from 255 or 50.62% from 81); Blue value is 1 (0.78% from 255 or 1.23% from 81); Max value from RGB is 41 - color contains mainly: green. Hex color #272901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272901 is #D8D6FE. Grayscale: #242424. Windows color (decimal): -14210815 or 76071. OLE color: 76071.

HSL color Cylindrical-coordinate representation of color #272901: hue angle of 63º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #272901 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.84.

Color convert

RGB 39 41 1 -
CMYK 0.05 0 0.98 0.84
HSL 63º 0.95% 0.08% -
HSV(B) 63º 0.98% 0.16% -
XYZ 1.64 2.02 0.33 -
YUV 35.84 108.34 130.25 -
System Red Green Blue C M Y K H S L
Decimal 39 41 1 0.05 0 0.98 0.84 63 0.95 0.08
Hex 27 29 1 5 0 62 54 3F 5F 8
Octal 47 51 1 5 0 142 124 77 137 10
Binary 100111 101001 1 101 0 1100010 1010100 111111 1011111 1000

Color Harmonies of #272901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272901

Black with #272901

Text Example


Text Example

White with #272901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272901; }

 p { color: rgb(39,41,1); }

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

background-color css

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

 a { background-color: rgb(39,41,1); }

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

border-color css

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

 span { border-color: rgb(39,41,1); }

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