#235143

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

Shades of Te Papa Green #235143

Tints of Te Papa Green #235143

Color information

#235143 (or 0x235143) is unknown color: approx Te Papa Green. HEX triplet: 23, 51 and 43. RGB value is (35,81,67). Sum of RGB (Red+Green+Blue) = 35+81+67=183 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.13% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 81 - color contains mainly: green. Hex color #235143 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235143 is #DCAEBC. Grayscale: #414141. Windows color (decimal): -14462653 or 4411683. OLE color: 4411683.

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

Color convert

RGB358167-
CMYK0.5700.170.68
HSL161.74º39.66%22.75%-
HSV(B)161.74º56.79%31.76%-
XYZ4.656.656.35-
YUV65.65128.76106.14-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.13%
GREEN value IS 81 (32.03% from 255) = 44.26%
BLUE value IS 67 (26.56% from 255) = 36.61%
R=19.13%
G=44.26%
B=36.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3581670.5700.170.68161.7439.6622.75
Hex2351433901144a22817
Octal43121103710211042425027
Binary1000111010001100001111100101000110001001010001010100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235143; }

 p { color: rgb(35,81,67); }

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

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

 a { background-color: rgb(35,81,67); }

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

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

 span { border-color: rgb(35,81,67); }

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