#235241

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

Shades of Te Papa Green #235241

Tints of Te Papa Green #235241

Color information

#235241 (or 0x235241) is unknown color: approx Te Papa Green. HEX triplet: 23, 52 and 41. RGB value is (35,82,65). Sum of RGB (Red+Green+Blue) = 35+82+65=182 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.23% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 65 (25.78% from 255 or 35.71% from 182); Max value from RGB is 82 - color contains mainly: green. Hex color #235241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235241 is #DCADBE. Grayscale: #424242. Windows color (decimal): -14462399 or 4280867. OLE color: 4280867.

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

Color convert

RGB358265-
CMYK0.5700.210.68
HSL158.3º40.17%22.94%-
HSV(B)158.3º57.32%32.16%-
XYZ4.666.776.06-
YUV66.01127.43105.88-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.23%
GREEN value IS 82 (32.42% from 255) = 45.05%
BLUE value IS 65 (25.78% from 255) = 35.71%
R=19.23%
G=45.05%
B=35.71%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3582650.5700.210.68158.340.1722.94
Hex23524139015449e2817
Octal43122101710251042365027
Binary1000111010010100000111100101010110001001001111010100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235241; }

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

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

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

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

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

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

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

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