#235240

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

Shades of Te Papa Green #235240

Tints of Te Papa Green #235240

Color information

#235240 (or 0x235240) is unknown color: approx Te Papa Green. HEX triplet: 23, 52 and 40. RGB value is (35,82,64). Sum of RGB (Red+Green+Blue) = 35+82+64=181 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.34% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 82 - color contains mainly: green. Hex color #235240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235240 is #DCADBF. Grayscale: #414141. Windows color (decimal): -14462400 or 4215331. OLE color: 4215331.

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

Color convert

RGB358264-
CMYK0.5700.220.68
HSL157.02º40.17%22.94%-
HSV(B)157.02º57.32%32.16%-
XYZ4.646.765.91-
YUV65.9126.93105.96-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.34%
GREEN value IS 82 (32.42% from 255) = 45.30%
BLUE value IS 64 (25.39% from 255) = 35.36%
R=19.34%
G=45.30%
B=35.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3582640.5700.220.68157.0240.1722.94
Hex23524039016449d2817
Octal43122100710261042355027
Binary1000111010010100000011100101011010001001001110110100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235240; }

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

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

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

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

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

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

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

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