#234F3F

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

Shades of Te Papa Green #234F3F

Tints of Te Papa Green #234F3F

Color information

#234F3F (or 0x234F3F) is unknown color: approx Te Papa Green. HEX triplet: 23, 4F and 3F. RGB value is (35,79,63). Sum of RGB (Red+Green+Blue) = 35+79+63=177 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.77% from 177); Green value is 79 (31.25% from 255 or 44.63% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 79 - color contains mainly: green. Hex color #234F3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #234F3F is #DCB0C0. Grayscale: #404040. Windows color (decimal): -14463169 or 4149027. OLE color: 4149027.

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

Color convert

RGB357963-
CMYK0.5600.200.69
HSL158.18º38.6%22.35%-
HSV(B)158.18º55.7%30.98%-
XYZ4.396.315.69-
YUV64.02127.42107.3-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.77%
GREEN value IS 79 (31.25% from 255) = 44.63%
BLUE value IS 63 (25% from 255) = 35.59%
R=19.77%
G=44.63%
B=35.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3579630.5600.200.69158.1838.622.35
Hex234F3F38014459e2716
Octal4311777700241052364726
Binary100011100111111111111100001010010001011001111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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