#234D42

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

Shades of Te Papa Green #234D42

Tints of Te Papa Green #234D42

Color information

#234D42 (or 0x234D42) is unknown color: approx Te Papa Green. HEX triplet: 23, 4D and 42. RGB value is (35,77,66). Sum of RGB (Red+Green+Blue) = 35+77+66=178 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.66% from 178); Green value is 77 (30.47% from 255 or 43.26% from 178); Blue value is 66 (26.17% from 255 or 37.08% from 178); Max value from RGB is 77 - color contains mainly: green. Hex color #234D42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #234D42 is #DCB2BD. Grayscale: #3F3F3F. Windows color (decimal): -14463678 or 4345123. OLE color: 4345123.

HSL color Cylindrical-coordinate representation of color #234D42: hue angle of 164.29º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #234D42 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.

Color convert

RGB357766-
CMYK0.5500.140.70
HSL164.29º37.5%21.96%-
HSV(B)164.29º54.55%30.2%-
XYZ4.336.066.1-
YUV63.19129.59107.89-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.66%
GREEN value IS 77 (30.47% from 255) = 43.26%
BLUE value IS 66 (26.17% from 255) = 37.08%
R=19.66%
G=43.26%
B=37.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3577660.5500.140.70164.2937.521.96
Hex234D42370E46a42616
Octal43115102670161062444626
Binary100011100110110000101101110111010001101010010010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234D42; }

 p { color: rgb(35,77,66); }

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

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

 a { background-color: rgb(35,77,66); }

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

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

 span { border-color: rgb(35,77,66); }

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