Html Css Color HEX #2C4C3D Te Papa Green

📋 copy color: '#2C4C3D'

red 44 ◦ green 76 ◦ blue 61

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

Shades of Te Papa Green #2C4C3D

Tints of Te Papa Green #2C4C3D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 41.99%

 BLUE value IS 61 (24.22% from 255) = 33.7%

R = 24.31%
G = 41.99%
B = 33.7%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.20

 K value IS 0.70

RGB Variations

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

Color information

#2C4C3D (or 0x2C4C3D) is known color: Te Papa Green. HEX triplet: 2C, 4C and 3D. RGB value is (44,76,61). Sum of RGB (Red+Green+Blue) = 44+76+61=181 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.31% from 181); Green value is 76 (30.08% from 255 or 41.99% from 181); Blue value is 61 (24.22% from 255 or 33.70% from 181); Max value from RGB is 76 - color contains mainly: green. Hex color #2C4C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4C3D is #D3B3C2. Grayscale: #404040. Windows color (decimal): -13874115 or 4017196. OLE color: 4017196.

HSL color Cylindrical-coordinate representation of color #2C4C3D: hue angle of 151.88º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2C4C3D is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.70.

Color convert

RGB 44 76 61 -
CMYK 0.42 0 0.20 0.70
HSL 151.88º 0.27% 0.24% -
HSV(B) 151.88º 0.42% 0.3% -
XYZ 4.47 6.04 5.35 -
YUV 64.72 125.9 113.22 -
System Red Green Blue C M Y K H S L
Decimal 44 76 61 0.42 0 0.20 0.70 151.88 0.27 0.24
Hex 2C 4C 3D 2A 0 14 46 98 1B 18
Octal 54 114 75 52 0 24 106 230 33 30
Binary 101100 1001100 111101 101010 0 10100 1000110 10011000 11011 11000

Color Harmonies of #2C4C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4C3D

Black with #2C4C3D

Text Example


Text Example

White with #2C4C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,76,61); }

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

background-color css

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

 a { background-color: rgb(44,76,61); }

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

border-color css

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

 span { border-color: rgb(44,76,61); }

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