#23523E

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

Shades of Te Papa Green #23523E

Tints of Te Papa Green #23523E

Color information

#23523E (or 0x23523E) is unknown color: approx Te Papa Green. HEX triplet: 23, 52 and 3E. RGB value is (35,82,62). Sum of RGB (Red+Green+Blue) = 35+82+62=179 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.55% from 179); Green value is 82 (32.42% from 255 or 45.81% from 179); Blue value is 62 (24.61% from 255 or 34.64% from 179); Max value from RGB is 82 - color contains mainly: green. Hex color #23523E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23523E is #DCADC1. Grayscale: #414141. Windows color (decimal): -14462402 or 4084259. OLE color: 4084259.

HSL color Cylindrical-coordinate representation of color #23523E: hue angle of 154.47º 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 #23523E is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.68.

Color convert

RGB358262-
CMYK0.5700.240.68
HSL154.47º40.17%22.94%-
HSV(B)154.47º57.32%32.16%-
XYZ4.586.745.62-
YUV65.67125.93106.13-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.55%
GREEN value IS 82 (32.42% from 255) = 45.81%
BLUE value IS 62 (24.61% from 255) = 34.64%
R=19.55%
G=45.81%
B=34.64%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3582620.5700.240.68154.4740.1722.94
Hex23523E39018449a2817
Octal4312276710301042325027
Binary100011101001011111011100101100010001001001101010100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23523E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23523E; }

 p { color: rgb(35,82,62); }

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

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

 a { background-color: rgb(35,82,62); }

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

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

 span { border-color: rgb(35,82,62); }

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