#235040

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

Shades of Te Papa Green #235040

Tints of Te Papa Green #235040

Color information

#235040 (or 0x235040) is unknown color: approx Te Papa Green. HEX triplet: 23, 50 and 40. RGB value is (35,80,64). Sum of RGB (Red+Green+Blue) = 35+80+64=179 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.55% from 179); Green value is 80 (31.64% from 255 or 44.69% from 179); Blue value is 64 (25.39% from 255 or 35.75% from 179); Max value from RGB is 80 - color contains mainly: green. Hex color #235040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235040 is #DCAFBF. Grayscale: #404040. Windows color (decimal): -14462912 or 4214819. OLE color: 4214819.

HSL color Cylindrical-coordinate representation of color #235040: hue angle of 158.67º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #235040 is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB358064-
CMYK0.5600.200.69
HSL158.67º39.13%22.55%-
HSV(B)158.67º56.25%31.37%-
XYZ4.496.465.86-
YUV64.72127.59106.8-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.55%
GREEN value IS 80 (31.64% from 255) = 44.69%
BLUE value IS 64 (25.39% from 255) = 35.75%
R=19.55%
G=44.69%
B=35.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3580640.5600.200.69158.6739.1322.55
Hex23504038014459f2717
Octal43120100700241052374727
Binary1000111010000100000011100001010010001011001111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235040; }

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

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

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

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

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

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

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

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