#235441

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

Shades of Te Papa Green #235441

Tints of Te Papa Green #235441

Color information

#235441 (or 0x235441) is unknown color: approx Te Papa Green. HEX triplet: 23, 54 and 41. RGB value is (35,84,65). Sum of RGB (Red+Green+Blue) = 35+84+65=184 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.02% from 184); Green value is 84 (33.20% from 255 or 45.65% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 84 - color contains mainly: green. Hex color #235441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235441 is #DCABBE. Grayscale: #434343. Windows color (decimal): -14461887 or 4281379. OLE color: 4281379.

HSL color Cylindrical-coordinate representation of color #235441: hue angle of 156.73º 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 #235441 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB358465-
CMYK0.5800.230.67
HSL156.73º41.18%23.33%-
HSV(B)156.73º58.33%32.94%-
XYZ4.827.086.11-
YUV67.18126.77105.04-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.02%
GREEN value IS 84 (33.20% from 255) = 45.65%
BLUE value IS 65 (25.78% from 255) = 35.33%
R=19.02%
G=45.65%
B=35.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3584650.5800.230.67156.7341.1823.33
Hex2354413A017439d2917
Octal43124101720271032355127
Binary1000111010100100000111101001011110000111001110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235441; }

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

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

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

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

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

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

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

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