#23782D

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

Shades of San Felix #23782D

Tints of San Felix #23782D

Color information

#23782D (or 0x23782D) is unknown color: approx San Felix. HEX triplet: 23, 78 and 2D. RGB value is (35,120,45). Sum of RGB (Red+Green+Blue) = 35+120+45=200 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.5% from 200); Green value is 120 (47.27% from 255 or 60% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 120 - color contains mainly: green. Hex color #23782D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23782D is #DC87D2. Grayscale: #565656. Windows color (decimal): -14452691 or 2979875. OLE color: 2979875.

HSL color Cylindrical-coordinate representation of color #23782D: hue angle of 127.06º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #23782D is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB3512045-
CMYK0.7100.630.53
HSL127.06º54.84%30.39%-
HSV(B)127.06º70.83%47.06%-
XYZ7.8813.984.77-
YUV86.04104.8491.6-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.5%
GREEN value IS 120 (47.27% from 255) = 60%
BLUE value IS 45 (17.97% from 255) = 22.5%
R=17.5%
G=60%
B=22.5%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal35120450.7100.630.53127.0654.8430.39
Hex23782D4703F357f371e
Octal4317055107077651776736
Binary100011111100010110110001110111111110101111111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23782D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23782D; }

 p { color: rgb(35,120,45); }

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

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

 a { background-color: rgb(35,120,45); }

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

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

 span { border-color: rgb(35,120,45); }

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