#1B722A

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

Shades of San Felix #1B722A

Tints of San Felix #1B722A

Color information

#1B722A (or 0x1B722A) is unknown color: approx San Felix. HEX triplet: 1B, 72 and 2A. RGB value is (27,114,42). Sum of RGB (Red+Green+Blue) = 27+114+42=183 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.75% from 183); Green value is 114 (44.92% from 255 or 62.30% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 114 - color contains mainly: green. Hex color #1B722A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B722A is #E48DD5. Grayscale: #4F4F4F. Windows color (decimal): -14978518 or 2781723. OLE color: 2781723.

HSL color Cylindrical-coordinate representation of color #1B722A: hue angle of 130.34º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B722A is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB2711442-
CMYK0.7600.630.55
HSL130.34º61.7%27.65%-
HSV(B)130.34º76.32%44.71%-
XYZ6.8912.434.23-
YUV79.78106.6890.35-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 14.75%
GREEN value IS 114 (44.92% from 255) = 62.30%
BLUE value IS 42 (16.80% from 255) = 22.95%
R=14.75%
G=62.30%
B=22.95%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal27114420.7600.630.55130.3461.727.65
Hex1B722A4C03F37823e1c
Octal3316252114077672027634
Binary110111110010101010100110001111111101111000001011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B722A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B722A; }

 p { color: rgb(27,114,42); }

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

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

 a { background-color: rgb(27,114,42); }

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

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

 span { border-color: rgb(27,114,42); }

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