Html Css Color HEX #2C4B3F Te Papa Green

📋 copy color: '#2C4B3F'

red 44 ◦ green 75 ◦ blue 63

#2C4B3F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Te Papa Green #2C4B3F

Tints of Te Papa Green #2C4B3F

RGB

 RED value IS 44 (17.58% from 255) = 24.18%

 GREEN value IS 75 (29.69% from 255) = 41.21%

 BLUE value IS 63 (25% from 255) = 34.62%

R = 24.18%
G = 41.21%
B = 34.62%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#2C4B3F (or 0x2C4B3F) is known color: Te Papa Green. HEX triplet: 2C, 4B and 3F. RGB value is (44,75,63). Sum of RGB (Red+Green+Blue) = 44+75+63=182 (24% of max value = 765). Red value is 44 (17.58% from 255 or 24.18% from 182); Green value is 75 (29.69% from 255 or 41.21% from 182); Blue value is 63 (25% from 255 or 34.62% from 182); Max value from RGB is 75 - color contains mainly: green. Hex color #2C4B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4B3F is #D3B4C0. Grayscale: #404040. Windows color (decimal): -13874369 or 4148012. OLE color: 4148012.

HSL color Cylindrical-coordinate representation of color #2C4B3F: hue angle of 156.77º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2C4B3F is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB 44 75 63 -
CMYK 0.41 0 0.16 0.71
HSL 156.77º 0.26% 0.23% -
HSV(B) 156.77º 0.41% 0.29% -
XYZ 4.45 5.93 5.61 -
YUV 64.36 127.23 113.48 -
System Red Green Blue C M Y K H S L
Decimal 44 75 63 0.41 0 0.16 0.71 156.77 0.26 0.23
Hex 2C 4B 3F 29 0 10 47 9D 1A 17
Octal 54 113 77 51 0 20 107 235 32 27
Binary 101100 1001011 111111 101001 0 10000 1000111 10011101 11010 10111

Color Harmonies of #2C4B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4B3F

Black with #2C4B3F

Text Example


Text Example

White with #2C4B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,75,63); }

 H1.HeaderClassName
 {
   color: #2C4B3F;
 }
 .AnyTagClassName
 {
   color: #2C4B3F;
 }
</style>

background-color css

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

 a { background-color: rgb(44,75,63); }

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

border-color css

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

 span { border-color: rgb(44,75,63); }

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