Html Css Color HEX #295542 Te Papa Green

📋 copy color: '#295542'

red 41 ◦ green 85 ◦ blue 66

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

Shades of Te Papa Green #295542

Tints of Te Papa Green #295542

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.27%

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

R = 21.35%
G = 44.27%
B = 34.38%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#295542 (or 0x295542) is known color: Te Papa Green. HEX triplet: 29, 55 and 42. RGB value is (41,85,66). Sum of RGB (Red+Green+Blue) = 41+85+66=192 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.35% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 85 - color contains mainly: green. Hex color #295542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295542 is #D6AABD. Grayscale: #454545. Windows color (decimal): -14068414 or 4347177. OLE color: 4347177.

HSL color Cylindrical-coordinate representation of color #295542: hue angle of 154.09º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #295542 is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 85 66 -
CMYK 0.52 0 0.22 0.67
HSL 154.09º 0.35% 0.25% -
HSV(B) 154.09º 0.52% 0.33% -
XYZ 5.15 7.36 6.3 -
YUV 69.68 125.92 107.54 -
System Red Green Blue C M Y K H S L
Decimal 41 85 66 0.52 0 0.22 0.67 154.09 0.35 0.25
Hex 29 55 42 34 0 16 43 9A 23 19
Octal 51 125 102 64 0 26 103 232 43 31
Binary 101001 1010101 1000010 110100 0 10110 1000011 10011010 100011 11001

Color Harmonies of #295542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295542

Black with #295542

Text Example


Text Example

White with #295542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295542; }

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

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

background-color css

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

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

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

border-color css

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

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

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