#23513F

Color #23513F Te Papa Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Te Papa Green #23513F

Tints of Te Papa Green #23513F

Color information

#23513F (or 0x23513F) is unknown color: approx Te Papa Green. HEX triplet: 23, 51 and 3F. RGB value is (35,81,63). Sum of RGB (Red+Green+Blue) = 35+81+63=179 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.55% from 179); Green value is 81 (32.03% from 255 or 45.25% from 179); Blue value is 63 (25% from 255 or 35.20% from 179); Max value from RGB is 81 - color contains mainly: green. Hex color #23513F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23513F is #DCAEC0. Grayscale: #414141. Windows color (decimal): -14462657 or 4149539. OLE color: 4149539.

HSL color Cylindrical-coordinate representation of color #23513F: hue angle of 156.52º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #23513F is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB358163-
CMYK0.5700.220.68
HSL156.52º39.66%22.75%-
HSV(B)156.52º56.79%31.76%-
XYZ4.536.65.74-
YUV65.19126.76106.46-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.55%
GREEN value IS 81 (32.03% from 255) = 45.25%
BLUE value IS 63 (25% from 255) = 35.20%
R=19.55%
G=45.25%
B=35.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3581630.5700.220.68156.5239.6622.75
Hex23513F39016449d2817
Octal4312177710261042355027
Binary100011101000111111111100101011010001001001110110100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23513F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23513F; }

 p { color: rgb(35,81,63); }

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

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

 a { background-color: rgb(35,81,63); }

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

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

 span { border-color: rgb(35,81,63); }

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