#235444

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

Shades of Te Papa Green #235444

Tints of Te Papa Green #235444

Color information

#235444 (or 0x235444) is unknown color: approx Te Papa Green. HEX triplet: 23, 54 and 44. RGB value is (35,84,68). Sum of RGB (Red+Green+Blue) = 35+84+68=187 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.72% from 187); Green value is 84 (33.20% from 255 or 44.92% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 84 - color contains mainly: green. Hex color #235444 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235444 is #DCABBB. Grayscale: #434343. Windows color (decimal): -14461884 or 4477987. OLE color: 4477987.

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

Color convert

RGB358468-
CMYK0.5800.190.67
HSL160.41º41.18%23.33%-
HSV(B)160.41º58.33%32.94%-
XYZ4.917.126.58-
YUV67.52128.27104.8-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.72%
GREEN value IS 84 (33.20% from 255) = 44.92%
BLUE value IS 68 (26.95% from 255) = 36.36%
R=18.72%
G=44.92%
B=36.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3584680.5800.190.67160.4141.1823.33
Hex2354443A01343a02917
Octal43124104720231032405127
Binary1000111010100100010011101001001110000111010000010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235444; }

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

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

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

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

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

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

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

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