#27702B

Color #27702B San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #27702B

Tints of San Felix #27702B

Color information

#27702B (or 0x27702B) is unknown color: approx San Felix. HEX triplet: 27, 70 and 2B. RGB value is (39,112,43). Sum of RGB (Red+Green+Blue) = 39+112+43=194 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.10% from 194); Green value is 112 (44.14% from 255 or 57.73% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 112 - color contains mainly: green. Hex color #27702B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27702B is #D88FD4. Grayscale: #525252. Windows color (decimal): -14192597 or 2846759. OLE color: 2846759.

HSL color Cylindrical-coordinate representation of color #27702B: hue angle of 123.29º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #27702B is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB3911243-
CMYK0.6500.620.56
HSL123.29º48.34%29.61%-
HSV(B)123.29º65.18%43.92%-
XYZ7.0712.194.27-
YUV82.31105.8297.11-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.10%
GREEN value IS 112 (44.14% from 255) = 57.73%
BLUE value IS 43 (17.19% from 255) = 22.16%
R=20.10%
G=57.73%
B=22.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39112430.6500.620.56123.2948.3429.61
Hex27702B4103E387b301e
Octal4716053101076701736036
Binary100111111000010101110000010111110111000111101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27702B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #27702B;
 }
 .AnyTagClassName
 {
   color: #27702B;
 }
</style>
background-color css

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

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

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

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

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

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