#235245

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

Shades of Te Papa Green #235245

Tints of Te Papa Green #235245

Color information

#235245 (or 0x235245) is unknown color: approx Te Papa Green. HEX triplet: 23, 52 and 45. RGB value is (35,82,69). Sum of RGB (Red+Green+Blue) = 35+82+69=186 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.82% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 69 (27.34% from 255 or 37.10% from 186); Max value from RGB is 82 - color contains mainly: green. Hex color #235245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235245 is #DCADBA. Grayscale: #424242. Windows color (decimal): -14462395 or 4543011. OLE color: 4543011.

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

Color convert

RGB358269-
CMYK0.5700.160.68
HSL163.4º40.17%22.94%-
HSV(B)163.4º57.32%32.16%-
XYZ4.786.826.69-
YUV66.46129.43105.56-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.82%
GREEN value IS 82 (32.42% from 255) = 44.09%
BLUE value IS 69 (27.34% from 255) = 37.10%
R=18.82%
G=44.09%
B=37.10%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3582690.5700.160.68163.440.1722.94
Hex2352453901044a32817
Octal43122105710201042435027
Binary1000111010010100010111100101000010001001010001110100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235245; }

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

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

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

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

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

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

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

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