#235243

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

Shades of Te Papa Green #235243

Tints of Te Papa Green #235243

Color information

#235243 (or 0x235243) is unknown color: approx Te Papa Green. HEX triplet: 23, 52 and 43. RGB value is (35,82,67). Sum of RGB (Red+Green+Blue) = 35+82+67=184 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.02% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 67 (26.56% from 255 or 36.41% from 184); Max value from RGB is 82 - color contains mainly: green. Hex color #235243 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235243 is #DCADBC. Grayscale: #424242. Windows color (decimal): -14462397 or 4411939. OLE color: 4411939.

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

Color convert

RGB358267-
CMYK0.5700.180.68
HSL160.85º40.17%22.94%-
HSV(B)160.85º57.32%32.16%-
XYZ4.726.86.37-
YUV66.24128.43105.72-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.02%
GREEN value IS 82 (32.42% from 255) = 44.57%
BLUE value IS 67 (26.56% from 255) = 36.41%
R=19.02%
G=44.57%
B=36.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3582670.5700.180.68160.8540.1722.94
Hex2352433901244a12817
Octal43122103710221042415027
Binary1000111010010100001111100101001010001001010000110100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235243; }

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

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

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

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

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

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

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

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