#234E41

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

Shades of Te Papa Green #234E41

Tints of Te Papa Green #234E41

Color information

#234E41 (or 0x234E41) is unknown color: approx Te Papa Green. HEX triplet: 23, 4E and 41. RGB value is (35,78,65). Sum of RGB (Red+Green+Blue) = 35+78+65=178 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.66% from 178); Green value is 78 (30.86% from 255 or 43.82% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 78 - color contains mainly: green. Hex color #234E41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #234E41 is #DCB1BE. Grayscale: #3F3F3F. Windows color (decimal): -14463423 or 4279843. OLE color: 4279843.

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

Color convert

RGB357865-
CMYK0.5500.170.69
HSL161.86º38.05%22.16%-
HSV(B)161.86º55.13%30.59%-
XYZ4.376.195.96-
YUV63.66128.75107.56-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.66%
GREEN value IS 78 (30.86% from 255) = 43.82%
BLUE value IS 65 (25.78% from 255) = 36.52%
R=19.66%
G=43.82%
B=36.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3578650.5500.170.69161.8638.0522.16
Hex234E413701145a22616
Octal43116101670211052424626
Binary1000111001110100000111011101000110001011010001010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,78,65); }

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

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

 a { background-color: rgb(35,78,65); }

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

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

 span { border-color: rgb(35,78,65); }

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