Html Css Color HEX #2C453D Te Papa Green

📋 copy color: '#2C453D'

red 44 ◦ green 69 ◦ blue 61

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

Shades of Te Papa Green #2C453D

Tints of Te Papa Green #2C453D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 39.66%

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

R = 25.29%
G = 39.66%
B = 35.06%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.12

 K value IS 0.73

RGB Variations

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

Color information

#2C453D (or 0x2C453D) is known color: Te Papa Green. HEX triplet: 2C, 45 and 3D. RGB value is (44,69,61). Sum of RGB (Red+Green+Blue) = 44+69+61=174 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25.29% from 174); Green value is 69 (27.34% from 255 or 39.66% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 69 - color contains mainly: green. Hex color #2C453D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C453D is #D3BAC2. Grayscale: #3C3C3C. Windows color (decimal): -13875907 or 4015404. OLE color: 4015404.

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

Color convert

RGB 44 69 61 -
CMYK 0.36 0 0.12 0.73
HSL 160.8º 0.22% 0.22% -
HSV(B) 160.8º 0.36% 0.27% -
XYZ 4.01 5.13 5.19 -
YUV 60.61 128.22 116.15 -
System Red Green Blue C M Y K H S L
Decimal 44 69 61 0.36 0 0.12 0.73 160.8 0.22 0.22
Hex 2C 45 3D 24 0 C 49 A1 16 16
Octal 54 105 75 44 0 14 111 241 26 26
Binary 101100 1000101 111101 100100 0 1100 1001001 10100001 10110 10110

Color Harmonies of #2C453D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C453D

Black with #2C453D

Text Example


Text Example

White with #2C453D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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