#234E3D

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

Shades of Te Papa Green #234E3D

Tints of Te Papa Green #234E3D

Color information

#234E3D (or 0x234E3D) is unknown color: approx Te Papa Green. HEX triplet: 23, 4E and 3D. RGB value is (35,78,61). Sum of RGB (Red+Green+Blue) = 35+78+61=174 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20.11% from 174); Green value is 78 (30.86% from 255 or 44.83% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 78 - color contains mainly: green. Hex color #234E3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #234E3D is #DCB1C2. Grayscale: #3F3F3F. Windows color (decimal): -14463427 or 4017699. OLE color: 4017699.

HSL color Cylindrical-coordinate representation of color #234E3D: hue angle of 156.28º 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 #234E3D is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB357861-
CMYK0.5500.220.69
HSL156.28º38.05%22.16%-
HSV(B)156.28º55.13%30.59%-
XYZ4.266.145.38-
YUV63.2126.75107.88-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.11%
GREEN value IS 78 (30.86% from 255) = 44.83%
BLUE value IS 61 (24.22% from 255) = 35.06%
R=20.11%
G=44.83%
B=35.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3578610.5500.220.69156.2838.0522.16
Hex234E3D37016459c2616
Octal4311675670261052344626
Binary100011100111011110111011101011010001011001110010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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