#234C3D

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

Shades of Te Papa Green #234C3D

Tints of Te Papa Green #234C3D

Color information

#234C3D (or 0x234C3D) is unknown color: approx Te Papa Green. HEX triplet: 23, 4C and 3D. RGB value is (35,76,61). Sum of RGB (Red+Green+Blue) = 35+76+61=172 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.35% from 172); Green value is 76 (30.08% from 255 or 44.19% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 76 - color contains mainly: green. Hex color #234C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234C3D is #DCB3C2. Grayscale: #3E3E3E. Windows color (decimal): -14463939 or 4017187. OLE color: 4017187.

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

Color convert

RGB357661-
CMYK0.5400.200.70
HSL158.05º36.94%21.76%-
HSV(B)158.05º53.95%29.8%-
XYZ4.125.865.33-
YUV62.03127.42108.72-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.35%
GREEN value IS 76 (30.08% from 255) = 44.19%
BLUE value IS 61 (24.22% from 255) = 35.47%
R=20.35%
G=44.19%
B=35.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3576610.5400.200.70158.0536.9421.76
Hex234C3D36014469e2516
Octal4311475660241062364526
Binary100011100110011110111011001010010001101001111010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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