Html Css Color HEX #295145 Te Papa Green

📋 copy color: '#295145'

red 41 ◦ green 81 ◦ blue 69

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

Shades of Te Papa Green #295145

Tints of Te Papa Green #295145

RGB

 RED value IS 41 (16.41% from 255) = 21.47%

 GREEN value IS 81 (32.03% from 255) = 42.41%

 BLUE value IS 69 (27.34% from 255) = 36.13%

R = 21.47%
G = 42.41%
B = 36.13%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#295145 (or 0x295145) is known color: Te Papa Green. HEX triplet: 29, 51 and 45. RGB value is (41,81,69). Sum of RGB (Red+Green+Blue) = 41+81+69=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 81 (32.03% from 255 or 42.41% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 81 - color contains mainly: green. Hex color #295145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295145 is #D6AEBA. Grayscale: #434343. Windows color (decimal): -14069435 or 4542761. OLE color: 4542761.

HSL color Cylindrical-coordinate representation of color #295145: hue angle of 162º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #295145 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB 41 81 69 -
CMYK 0.49 0 0.15 0.68
HSL 162º 0.33% 0.24% -
HSV(B) 162º 0.49% 0.32% -
XYZ 4.93 6.79 6.68 -
YUV 67.67 128.75 108.98 -
System Red Green Blue C M Y K H S L
Decimal 41 81 69 0.49 0 0.15 0.68 162 0.33 0.24
Hex 29 51 45 31 0 F 44 A2 21 18
Octal 51 121 105 61 0 17 104 242 41 30
Binary 101001 1010001 1000101 110001 0 1111 1000100 10100010 100001 11000

Color Harmonies of #295145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295145

Black with #295145

Text Example


Text Example

White with #295145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295145; }

 p { color: rgb(41,81,69); }

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

background-color css

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

 a { background-color: rgb(41,81,69); }

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

border-color css

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

 span { border-color: rgb(41,81,69); }

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