Html Css Color HEX #2C5444 Te Papa Green

📋 copy color: '#2C5444'

red 44 ◦ green 84 ◦ blue 68

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

Shades of Te Papa Green #2C5444

Tints of Te Papa Green #2C5444

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42.86%

 BLUE value IS 68 (26.95% from 255) = 34.69%

R = 22.45%
G = 42.86%
B = 34.69%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#2C5444 (or 0x2C5444) is known color: Te Papa Green. HEX triplet: 2C, 54 and 44. RGB value is (44,84,68). Sum of RGB (Red+Green+Blue) = 44+84+68=196 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.45% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 68 (26.95% from 255 or 34.69% from 196); Max value from RGB is 84 - color contains mainly: green. Hex color #2C5444 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5444 is #D3ABBB. Grayscale: #464646. Windows color (decimal): -13872060 or 4477996. OLE color: 4477996.

HSL color Cylindrical-coordinate representation of color #2C5444: hue angle of 156º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2C5444 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB 44 84 68 -
CMYK 0.48 0 0.19 0.67
HSL 156º 0.31% 0.25% -
HSV(B) 156º 0.48% 0.33% -
XYZ 5.25 7.29 6.6 -
YUV 70.22 126.75 109.3 -
System Red Green Blue C M Y K H S L
Decimal 44 84 68 0.48 0 0.19 0.67 156 0.31 0.25
Hex 2C 54 44 30 0 13 43 9C 1F 19
Octal 54 124 104 60 0 23 103 234 37 31
Binary 101100 1010100 1000100 110000 0 10011 1000011 10011100 11111 11001

Color Harmonies of #2C5444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5444

Black with #2C5444

Text Example


Text Example

White with #2C5444

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,84,68); }

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

background-color css

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

 a { background-color: rgb(44,84,68); }

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

border-color css

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

 span { border-color: rgb(44,84,68); }

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