#235041

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

Shades of Te Papa Green #235041

Tints of Te Papa Green #235041

Color information

#235041 (or 0x235041) is unknown color: approx Te Papa Green. HEX triplet: 23, 50 and 41. RGB value is (35,80,65). Sum of RGB (Red+Green+Blue) = 35+80+65=180 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.44% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 80 - color contains mainly: green. Hex color #235041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235041 is #DCAFBE. Grayscale: #404040. Windows color (decimal): -14462911 or 4280355. OLE color: 4280355.

HSL color Cylindrical-coordinate representation of color #235041: hue angle of 160º 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 #235041 is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB358065-
CMYK0.5600.190.69
HSL160º39.13%22.55%-
HSV(B)160º56.25%31.37%-
XYZ4.526.486.01-
YUV64.83128.09106.72-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.44%
GREEN value IS 80 (31.64% from 255) = 44.44%
BLUE value IS 65 (25.78% from 255) = 36.11%
R=19.44%
G=44.44%
B=36.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3580650.5600.190.6916039.1322.55
Hex2350413801345a02717
Octal43120101700231052404727
Binary1000111010000100000111100001001110001011010000010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235041; }

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

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

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

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

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

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

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

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