Html Css Color HEX #2C463C Te Papa Green

📋 copy color: '#2C463C'

red 44 ◦ green 70 ◦ blue 60

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

Shades of Te Papa Green #2C463C

Tints of Te Papa Green #2C463C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40.23%

 BLUE value IS 60 (23.83% from 255) = 34.48%

R = 25.29%
G = 40.23%
B = 34.48%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.14

 K value IS 0.73

RGB Variations

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

Color information

#2C463C (or 0x2C463C) is known color: Te Papa Green. HEX triplet: 2C, 46 and 3C. RGB value is (44,70,60). Sum of RGB (Red+Green+Blue) = 44+70+60=174 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25.29% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 70 - color contains mainly: green. Hex color #2C463C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C463C is #D3B9C3. Grayscale: #3D3D3D. Windows color (decimal): -13875652 or 3950124. OLE color: 3950124.

HSL color Cylindrical-coordinate representation of color #2C463C: hue angle of 156.92º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2C463C is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.

Color convert

RGB 44 70 60 -
CMYK 0.37 0 0.14 0.73
HSL 156.92º 0.23% 0.22% -
HSV(B) 156.92º 0.37% 0.27% -
XYZ 4.04 5.24 5.07 -
YUV 61.09 127.39 115.81 -
System Red Green Blue C M Y K H S L
Decimal 44 70 60 0.37 0 0.14 0.73 156.92 0.23 0.22
Hex 2C 46 3C 25 0 E 49 9D 17 16
Octal 54 106 74 45 0 16 111 235 27 26
Binary 101100 1000110 111100 100101 0 1110 1001001 10011101 10111 10110

Color Harmonies of #2C463C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C463C

Black with #2C463C

Text Example


Text Example

White with #2C463C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,70,60); }

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

background-color css

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

 a { background-color: rgb(44,70,60); }

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

border-color css

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

 span { border-color: rgb(44,70,60); }

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