#235346

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

Shades of Te Papa Green #235346

Tints of Te Papa Green #235346

Color information

#235346 (or 0x235346) is unknown color: approx Te Papa Green. HEX triplet: 23, 53 and 46. RGB value is (35,83,70). Sum of RGB (Red+Green+Blue) = 35+83+70=188 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.62% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 70 (27.73% from 255 or 37.23% from 188); Max value from RGB is 83 - color contains mainly: green. Hex color #235346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235346 is #DCACB9. Grayscale: #434343. Windows color (decimal): -14462138 or 4608803. OLE color: 4608803.

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

Color convert

RGB358370-
CMYK0.5800.160.67
HSL163.75º40.68%23.14%-
HSV(B)163.75º57.83%32.55%-
XYZ4.896.996.88-
YUV67.17129.6105.06-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.62%
GREEN value IS 83 (32.81% from 255) = 44.15%
BLUE value IS 70 (27.73% from 255) = 37.23%
R=18.62%
G=44.15%
B=37.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3583700.5800.160.67163.7540.6823.14
Hex2353463A01043a42917
Octal43123106720201032445127
Binary1000111010011100011011101001000010000111010010010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235346; }

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

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

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

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

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

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

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

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