Html Css Color HEX #2C453C Te Papa Green

📋 copy color: '#2C453C'

red 44 ◦ green 69 ◦ blue 60

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

Shades of Te Papa Green #2C453C

Tints of Te Papa Green #2C453C

RGB

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

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

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

R = 25.43%
G = 39.88%
B = 34.68%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.13

 K value IS 0.73

RGB Variations

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

Color information

#2C453C (or 0x2C453C) is known color: Te Papa Green. HEX triplet: 2C, 45 and 3C. RGB value is (44,69,60). Sum of RGB (Red+Green+Blue) = 44+69+60=173 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.43% from 173); Green value is 69 (27.34% from 255 or 39.88% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 69 - color contains mainly: green. Hex color #2C453C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C453C is #D3BAC3. Grayscale: #3C3C3C. Windows color (decimal): -13875908 or 3949868. OLE color: 3949868.

HSL color Cylindrical-coordinate representation of color #2C453C: hue angle of 158.4º 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 #2C453C is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB 44 69 60 -
CMYK 0.36 0 0.13 0.73
HSL 158.4º 0.22% 0.22% -
HSV(B) 158.4º 0.36% 0.27% -
XYZ 3.98 5.12 5.05 -
YUV 60.5 127.72 116.23 -
System Red Green Blue C M Y K H S L
Decimal 44 69 60 0.36 0 0.13 0.73 158.4 0.22 0.22
Hex 2C 45 3C 24 0 D 49 9E 16 16
Octal 54 105 74 44 0 15 111 236 26 26
Binary 101100 1000101 111100 100100 0 1101 1001001 10011110 10110 10110

Color Harmonies of #2C453C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C453C

Black with #2C453C

Text Example


Text Example

White with #2C453C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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