#23533F

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

Shades of Te Papa Green #23533F

Tints of Te Papa Green #23533F

Color information

#23533F (or 0x23533F) is unknown color: approx Te Papa Green. HEX triplet: 23, 53 and 3F. RGB value is (35,83,63). Sum of RGB (Red+Green+Blue) = 35+83+63=181 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.34% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 63 (25% from 255 or 34.81% from 181); Max value from RGB is 83 - color contains mainly: green. Hex color #23533F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23533F is #DCACC0. Grayscale: #424242. Windows color (decimal): -14462145 or 4150051. OLE color: 4150051.

HSL color Cylindrical-coordinate representation of color #23533F: hue angle of 155º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #23533F is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB358363-
CMYK0.5800.240.67
HSL155º40.68%23.14%-
HSV(B)155º57.83%32.55%-
XYZ4.686.95.79-
YUV66.37126.1105.63-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.34%
GREEN value IS 83 (32.81% from 255) = 45.86%
BLUE value IS 63 (25% from 255) = 34.81%
R=19.34%
G=45.86%
B=34.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3583630.5800.240.6715540.6823.14
Hex23533F3A018439b2917
Octal4312377720301032335127
Binary100011101001111111111101001100010000111001101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23533F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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