#235540

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

Shades of Te Papa Green #235540

Tints of Te Papa Green #235540

Color information

#235540 (or 0x235540) is unknown color: approx Te Papa Green. HEX triplet: 23, 55 and 40. RGB value is (35,85,64). Sum of RGB (Red+Green+Blue) = 35+85+64=184 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.02% from 184); Green value is 85 (33.59% from 255 or 46.20% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 85 - color contains mainly: green. Hex color #235540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235540 is #DCAABF. Grayscale: #434343. Windows color (decimal): -14461632 or 4216099. OLE color: 4216099.

HSL color Cylindrical-coordinate representation of color #235540: hue angle of 154.8º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #235540 is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB358564-
CMYK0.5900.250.67
HSL154.8º41.67%23.53%-
HSV(B)154.8º58.82%33.33%-
XYZ4.877.225.99-
YUV67.66125.94104.71-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.02%
GREEN value IS 85 (33.59% from 255) = 46.20%
BLUE value IS 64 (25.39% from 255) = 34.78%
R=19.02%
G=46.20%
B=34.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3585640.5900.250.67154.841.6723.53
Hex2355403B019439b2a18
Octal43125100730311032335230
Binary1000111010101100000011101101100110000111001101110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235540; }

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

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

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

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

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

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

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

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