Html Css Color HEX #2C5445 Te Papa Green

📋 copy color: '#2C5445'

red 44 ◦ green 84 ◦ blue 69

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

Shades of Te Papa Green #2C5445

Tints of Te Papa Green #2C5445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 35.03%

R = 22.34%
G = 42.64%
B = 35.03%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#2C5445 (or 0x2C5445) is known color: Te Papa Green. HEX triplet: 2C, 54 and 45. RGB value is (44,84,69). Sum of RGB (Red+Green+Blue) = 44+84+69=197 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22.34% from 197); Green value is 84 (33.20% from 255 or 42.64% from 197); Blue value is 69 (27.34% from 255 or 35.03% from 197); Max value from RGB is 84 - color contains mainly: green. Hex color #2C5445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5445 is #D3ABBA. Grayscale: #464646. Windows color (decimal): -13872059 or 4543532. OLE color: 4543532.

HSL color Cylindrical-coordinate representation of color #2C5445: hue angle of 157.5º 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 #2C5445 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB 44 84 69 -
CMYK 0.48 0 0.18 0.67
HSL 157.5º 0.31% 0.25% -
HSV(B) 157.5º 0.48% 0.33% -
XYZ 5.28 7.31 6.76 -
YUV 70.33 127.25 109.22 -
System Red Green Blue C M Y K H S L
Decimal 44 84 69 0.48 0 0.18 0.67 157.5 0.31 0.25
Hex 2C 54 45 30 0 12 43 9E 1F 19
Octal 54 124 105 60 0 22 103 236 37 31
Binary 101100 1010100 1000101 110000 0 10010 1000011 10011110 11111 11001

Color Harmonies of #2C5445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5445

Black with #2C5445

Text Example


Text Example

White with #2C5445

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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