#23503F

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

Shades of Te Papa Green #23503F

Tints of Te Papa Green #23503F

Color information

#23503F (or 0x23503F) is unknown color: approx Te Papa Green. HEX triplet: 23, 50 and 3F. RGB value is (35,80,63). Sum of RGB (Red+Green+Blue) = 35+80+63=178 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.66% from 178); Green value is 80 (31.64% from 255 or 44.94% from 178); Blue value is 63 (25% from 255 or 35.39% from 178); Max value from RGB is 80 - color contains mainly: green. Hex color #23503F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23503F is #DCAFC0. Grayscale: #404040. Windows color (decimal): -14462913 or 4149283. OLE color: 4149283.

HSL color Cylindrical-coordinate representation of color #23503F: hue angle of 157.33º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #23503F is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB358063-
CMYK0.5600.210.69
HSL157.33º39.13%22.55%-
HSV(B)157.33º56.25%31.37%-
XYZ4.466.455.71-
YUV64.61127.09106.88-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.66%
GREEN value IS 80 (31.64% from 255) = 44.94%
BLUE value IS 63 (25% from 255) = 35.39%
R=19.66%
G=44.94%
B=35.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3580630.5600.210.69157.3339.1322.55
Hex23503F38015459d2717
Octal4312077700251052354727
Binary100011101000011111111100001010110001011001110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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