Html Css Color HEX #295243 Te Papa Green

📋 copy color: '#295243'

red 41 ◦ green 82 ◦ blue 67

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

Shades of Te Papa Green #295243

Tints of Te Papa Green #295243

RGB

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

 GREEN value IS 82 (32.42% from 255) = 43.16%

 BLUE value IS 67 (26.56% from 255) = 35.26%

R = 21.58%
G = 43.16%
B = 35.26%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.18

 K value IS 0.68

RGB Variations

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

Color information

#295243 (or 0x295243) is known color: Te Papa Green. HEX triplet: 29, 52 and 43. RGB value is (41,82,67). Sum of RGB (Red+Green+Blue) = 41+82+67=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 82 (32.42% from 255 or 43.16% from 190); Blue value is 67 (26.56% from 255 or 35.26% from 190); Max value from RGB is 82 - color contains mainly: green. Hex color #295243 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295243 is #D6ADBC. Grayscale: #444444. Windows color (decimal): -14069181 or 4411945. OLE color: 4411945.

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

Color convert

RGB 41 82 67 -
CMYK 0.50 0 0.18 0.68
HSL 158.05º 0.33% 0.24% -
HSV(B) 158.05º 0.5% 0.32% -
XYZ 4.94 6.91 6.38 -
YUV 68.03 127.42 108.72 -
System Red Green Blue C M Y K H S L
Decimal 41 82 67 0.50 0 0.18 0.68 158.05 0.33 0.24
Hex 29 52 43 32 0 12 44 9E 21 18
Octal 51 122 103 62 0 22 104 236 41 30
Binary 101001 1010010 1000011 110010 0 10010 1000100 10011110 100001 11000

Color Harmonies of #295243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295243

Black with #295243

Text Example


Text Example

White with #295243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295243; }

 p { color: rgb(41,82,67); }

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

background-color css

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

 a { background-color: rgb(41,82,67); }

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

border-color css

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

 span { border-color: rgb(41,82,67); }

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