#234B41

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

Shades of Te Papa Green #234B41

Tints of Te Papa Green #234B41

Color information

#234B41 (or 0x234B41) is unknown color: approx Te Papa Green. HEX triplet: 23, 4B and 41. RGB value is (35,75,65). Sum of RGB (Red+Green+Blue) = 35+75+65=175 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20% from 175); Green value is 75 (29.69% from 255 or 42.86% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 75 - color contains mainly: green. Hex color #234B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234B41 is #DCB4BE. Grayscale: #3D3D3D. Windows color (decimal): -14464191 or 4279075. OLE color: 4279075.

HSL color Cylindrical-coordinate representation of color #234B41: hue angle of 165º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #234B41 is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.71.

Color convert

RGB357565-
CMYK0.5300.130.71
HSL165º36.36%21.57%-
HSV(B)165º53.33%29.41%-
XYZ4.165.775.9-
YUV61.9129.75108.81-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20%
GREEN value IS 75 (29.69% from 255) = 42.86%
BLUE value IS 65 (25.78% from 255) = 37.14%
R=20%
G=42.86%
B=37.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3575650.5300.130.7116536.3621.57
Hex234B41350D47a52416
Octal43113101650151072454426
Binary100011100101110000011101010110110001111010010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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