#2B4F3E

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

Shades of Te Papa Green #2B4F3E

Tints of Te Papa Green #2B4F3E

Color information

#2B4F3E (or 0x2B4F3E) is unknown color: approx Te Papa Green. HEX triplet: 2B, 4F and 3E. RGB value is (43,79,62). Sum of RGB (Red+Green+Blue) = 43+79+62=184 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.37% from 184); Green value is 79 (31.25% from 255 or 42.93% from 184); Blue value is 62 (24.61% from 255 or 33.70% from 184); Max value from RGB is 79 - color contains mainly: green. Hex color #2B4F3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B4F3E is #D4B0C1. Grayscale: #424242. Windows color (decimal): -13938882 or 4083499. OLE color: 4083499.

HSL color Cylindrical-coordinate representation of color #2B4F3E: hue angle of 151.67º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2B4F3E is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB437962-
CMYK0.4600.220.69
HSL151.67º29.51%23.92%-
HSV(B)151.67º45.57%30.98%-
XYZ4.666.455.56-
YUV66.3125.57111.38-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.37%
GREEN value IS 79 (31.25% from 255) = 42.93%
BLUE value IS 62 (24.61% from 255) = 33.70%
R=23.37%
G=42.93%
B=33.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4379620.4600.220.69151.6729.5123.92
Hex2B4F3E2E01645981e18
Octal5311776560261052303630
Binary10101110011111111101011100101101000101100110001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B4F3E; }

 p { color: rgb(43,79,62); }

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

<style>
 a { background-color: #2B4F3E; }

 a { background-color: rgb(43,79,62); }

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

<style>
 span { border-color: #2B4F3E; }

 span { border-color: rgb(43,79,62); }

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