Html Css Color HEX #295342 Te Papa Green

📋 copy color: '#295342'

red 41 ◦ green 83 ◦ blue 66

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

Shades of Te Papa Green #295342

Tints of Te Papa Green #295342

RGB

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

 GREEN value IS 83 (32.81% from 255) = 43.68%

 BLUE value IS 66 (26.17% from 255) = 34.74%

R = 21.58%
G = 43.68%
B = 34.74%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#295342 (or 0x295342) is known color: Te Papa Green. HEX triplet: 29, 53 and 42. RGB value is (41,83,66). Sum of RGB (Red+Green+Blue) = 41+83+66=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 83 - color contains mainly: green. Hex color #295342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295342 is #D6ACBD. Grayscale: #444444. Windows color (decimal): -14068926 or 4346665. OLE color: 4346665.

HSL color Cylindrical-coordinate representation of color #295342: hue angle of 155.71º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #295342 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 83 66 -
CMYK 0.51 0 0.20 0.67
HSL 155.71º 0.34% 0.24% -
HSV(B) 155.71º 0.51% 0.33% -
XYZ 4.99 7.05 6.25 -
YUV 68.5 126.59 108.38 -
System Red Green Blue C M Y K H S L
Decimal 41 83 66 0.51 0 0.20 0.67 155.71 0.34 0.24
Hex 29 53 42 33 0 14 43 9C 22 18
Octal 51 123 102 63 0 24 103 234 42 30
Binary 101001 1010011 1000010 110011 0 10100 1000011 10011100 100010 11000

Color Harmonies of #295342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295342

Black with #295342

Text Example


Text Example

White with #295342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295342; }

 p { color: rgb(41,83,66); }

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

background-color css

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

 a { background-color: rgb(41,83,66); }

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

border-color css

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

 span { border-color: rgb(41,83,66); }

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