#235044

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

Shades of Te Papa Green #235044

Tints of Te Papa Green #235044

Color information

#235044 (or 0x235044) is unknown color: approx Te Papa Green. HEX triplet: 23, 50 and 44. RGB value is (35,80,68). Sum of RGB (Red+Green+Blue) = 35+80+68=183 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.13% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 68 (26.95% from 255 or 37.16% from 183); Max value from RGB is 80 - color contains mainly: green. Hex color #235044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235044 is #DCAFBB. Grayscale: #414141. Windows color (decimal): -14462908 or 4476963. OLE color: 4476963.

HSL color Cylindrical-coordinate representation of color #235044: hue angle of 164º 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 #235044 is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB358068-
CMYK0.5600.150.69
HSL164º39.13%22.55%-
HSV(B)164º56.25%31.37%-
XYZ4.616.516.48-
YUV65.18129.59106.48-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.13%
GREEN value IS 80 (31.64% from 255) = 43.72%
BLUE value IS 68 (26.95% from 255) = 37.16%
R=19.13%
G=43.72%
B=37.16%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3580680.5600.150.6916439.1322.55
Hex235044380F45a42717
Octal43120104700171052444727
Binary100011101000010001001110000111110001011010010010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235044; }

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

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

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

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

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

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

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

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