#235246

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

Shades of Te Papa Green #235246

Tints of Te Papa Green #235246

Color information

#235246 (or 0x235246) is unknown color: approx Te Papa Green. HEX triplet: 23, 52 and 46. RGB value is (35,82,70). Sum of RGB (Red+Green+Blue) = 35+82+70=187 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.72% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 70 (27.73% from 255 or 37.43% from 187); Max value from RGB is 82 - color contains mainly: green. Hex color #235246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235246 is #DCADB9. Grayscale: #424242. Windows color (decimal): -14462394 or 4608547. OLE color: 4608547.

HSL color Cylindrical-coordinate representation of color #235246: hue angle of 164.68º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #235246 is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB358270-
CMYK0.5700.150.68
HSL164.68º40.17%22.94%-
HSV(B)164.68º57.32%32.16%-
XYZ4.826.836.86-
YUV66.58129.93105.48-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.72%
GREEN value IS 82 (32.42% from 255) = 43.85%
BLUE value IS 70 (27.73% from 255) = 37.43%
R=18.72%
G=43.85%
B=37.43%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3582700.5700.150.68164.6840.1722.94
Hex235246390F44a52817
Octal43122106710171042455027
Binary100011101001010001101110010111110001001010010110100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235246; }

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

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

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

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

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

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

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

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