Html Css Color HEX #2C4C3E Te Papa Green

📋 copy color: '#2C4C3E'

red 44 ◦ green 76 ◦ blue 62

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

Shades of Te Papa Green #2C4C3E

Tints of Te Papa Green #2C4C3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 34.07%

R = 24.18%
G = 41.76%
B = 34.07%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.18

 K value IS 0.70

RGB Variations

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

Color information

#2C4C3E (or 0x2C4C3E) is known color: Te Papa Green. HEX triplet: 2C, 4C and 3E. RGB value is (44,76,62). Sum of RGB (Red+Green+Blue) = 44+76+62=182 (24% of max value = 765). Red value is 44 (17.58% from 255 or 24.18% from 182); Green value is 76 (30.08% from 255 or 41.76% from 182); Blue value is 62 (24.61% from 255 or 34.07% from 182); Max value from RGB is 76 - color contains mainly: green. Hex color #2C4C3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4C3E is #D3B3C1. Grayscale: #404040. Windows color (decimal): -13874114 or 4082732. OLE color: 4082732.

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

Color convert

RGB 44 76 62 -
CMYK 0.42 0 0.18 0.70
HSL 153.75º 0.27% 0.24% -
HSV(B) 153.75º 0.42% 0.3% -
XYZ 4.49 6.05 5.49 -
YUV 64.84 126.4 113.14 -
System Red Green Blue C M Y K H S L
Decimal 44 76 62 0.42 0 0.18 0.70 153.75 0.27 0.24
Hex 2C 4C 3E 2A 0 12 46 9A 1B 18
Octal 54 114 76 52 0 22 106 232 33 30
Binary 101100 1001100 111110 101010 0 10010 1000110 10011010 11011 11000

Color Harmonies of #2C4C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4C3E

Black with #2C4C3E

Text Example


Text Example

White with #2C4C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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