Html Css Color HEX #2C4B42 Te Papa Green

📋 copy color: '#2C4B42'

red 44 ◦ green 75 ◦ blue 66

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

Shades of Te Papa Green #2C4B42

Tints of Te Papa Green #2C4B42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 35.68%

R = 23.78%
G = 40.54%
B = 35.68%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#2C4B42 (or 0x2C4B42) is known color: Te Papa Green. HEX triplet: 2C, 4B and 42. RGB value is (44,75,66). Sum of RGB (Red+Green+Blue) = 44+75+66=185 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.78% from 185); Green value is 75 (29.69% from 255 or 40.54% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 75 - color contains mainly: green. Hex color #2C4B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4B42 is #D3B4BD. Grayscale: #404040. Windows color (decimal): -13874366 or 4344620. OLE color: 4344620.

HSL color Cylindrical-coordinate representation of color #2C4B42: hue angle of 162.58º 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 #2C4B42 is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB 44 75 66 -
CMYK 0.41 0 0.12 0.71
HSL 162.58º 0.26% 0.23% -
HSV(B) 162.58º 0.41% 0.29% -
XYZ 4.54 5.96 6.07 -
YUV 64.71 128.73 113.23 -
System Red Green Blue C M Y K H S L
Decimal 44 75 66 0.41 0 0.12 0.71 162.58 0.26 0.23
Hex 2C 4B 42 29 0 C 47 A3 1A 17
Octal 54 113 102 51 0 14 107 243 32 27
Binary 101100 1001011 1000010 101001 0 1100 1000111 10100011 11010 10111

Color Harmonies of #2C4B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4B42

Black with #2C4B42

Text Example


Text Example

White with #2C4B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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