Html Css Color HEX #2C4F3F Te Papa Green

📋 copy color: '#2C4F3F'

red 44 ◦ green 79 ◦ blue 63

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

Shades of Te Papa Green #2C4F3F

Tints of Te Papa Green #2C4F3F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 42.47%

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

R = 23.66%
G = 42.47%
B = 33.87%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#2C4F3F (or 0x2C4F3F) is known color: Te Papa Green. HEX triplet: 2C, 4F and 3F. RGB value is (44,79,63). Sum of RGB (Red+Green+Blue) = 44+79+63=186 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.66% from 186); Green value is 79 (31.25% from 255 or 42.47% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 79 - color contains mainly: green. Hex color #2C4F3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C4F3F is #D3B0C0. Grayscale: #424242. Windows color (decimal): -13873345 or 4149036. OLE color: 4149036.

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

Color convert

RGB 44 79 63 -
CMYK 0.44 0 0.20 0.69
HSL 152.57º 0.28% 0.24% -
HSV(B) 152.57º 0.44% 0.31% -
XYZ 4.73 6.49 5.71 -
YUV 66.71 125.9 111.8 -
System Red Green Blue C M Y K H S L
Decimal 44 79 63 0.44 0 0.20 0.69 152.57 0.28 0.24
Hex 2C 4F 3F 2C 0 14 45 99 1C 18
Octal 54 117 77 54 0 24 105 231 34 30
Binary 101100 1001111 111111 101100 0 10100 1000101 10011001 11100 11000

Color Harmonies of #2C4F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4F3F

Black with #2C4F3F

Text Example


Text Example

White with #2C4F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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