#235345

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

Shades of Te Papa Green #235345

Tints of Te Papa Green #235345

Color information

#235345 (or 0x235345) is unknown color: approx Te Papa Green. HEX triplet: 23, 53 and 45. RGB value is (35,83,69). Sum of RGB (Red+Green+Blue) = 35+83+69=187 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.72% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 69 (27.34% from 255 or 36.90% from 187); Max value from RGB is 83 - color contains mainly: green. Hex color #235345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235345 is #DCACBA. Grayscale: #434343. Windows color (decimal): -14462139 or 4543267. OLE color: 4543267.

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

Color convert

RGB358369-
CMYK0.5800.170.67
HSL162.5º40.68%23.14%-
HSV(B)162.5º57.83%32.55%-
XYZ4.866.976.72-
YUV67.05129.1105.14-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.72%
GREEN value IS 83 (32.81% from 255) = 44.39%
BLUE value IS 69 (27.34% from 255) = 36.90%
R=18.72%
G=44.39%
B=36.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3583690.5800.170.67162.540.6823.14
Hex2353453A01143a22917
Octal43123105720211032425127
Binary1000111010011100010111101001000110000111010001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235345; }

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

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

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

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

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

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

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

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