#234D3F

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

Shades of Te Papa Green #234D3F

Tints of Te Papa Green #234D3F

Color information

#234D3F (or 0x234D3F) is unknown color: approx Te Papa Green. HEX triplet: 23, 4D and 3F. RGB value is (35,77,63). Sum of RGB (Red+Green+Blue) = 35+77+63=175 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20% from 175); Green value is 77 (30.47% from 255 or 44% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 77 - color contains mainly: green. Hex color #234D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #234D3F is #DCB2C0. Grayscale: #3E3E3E. Windows color (decimal): -14463681 or 4148515. OLE color: 4148515.

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

Color convert

RGB357763-
CMYK0.5500.180.70
HSL160º37.5%21.96%-
HSV(B)160º54.55%30.2%-
XYZ4.246.025.64-
YUV62.85128.09108.14-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20%
GREEN value IS 77 (30.47% from 255) = 44%
BLUE value IS 63 (25% from 255) = 36%
R=20%
G=44%
B=36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3577630.5500.180.7016037.521.96
Hex234D3F3701246a02616
Octal4311577670221062404626
Binary100011100110111111111011101001010001101010000010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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