Html Css Color HEX #295440 Te Papa Green

📋 copy color: '#295440'

red 41 ◦ green 84 ◦ blue 64

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

Shades of Te Papa Green #295440

Tints of Te Papa Green #295440

RGB

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

 GREEN value IS 84 (33.2% from 255) = 44.44%

 BLUE value IS 64 (25.39% from 255) = 33.86%

R = 21.69%
G = 44.44%
B = 33.86%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#295440 (or 0x295440) is known color: Te Papa Green. HEX triplet: 29, 54 and 40. RGB value is (41,84,64). Sum of RGB (Red+Green+Blue) = 41+84+64=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 84 - color contains mainly: green. Hex color #295440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295440 is #D6ABBF. Grayscale: #444444. Windows color (decimal): -14068672 or 4215849. OLE color: 4215849.

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

Color convert

RGB 41 84 64 -
CMYK 0.51 0 0.24 0.67
HSL 152.09º 0.34% 0.25% -
HSV(B) 152.09º 0.51% 0.33% -
XYZ 5.01 7.18 5.97 -
YUV 68.86 125.25 108.13 -
System Red Green Blue C M Y K H S L
Decimal 41 84 64 0.51 0 0.24 0.67 152.09 0.34 0.25
Hex 29 54 40 33 0 18 43 98 22 19
Octal 51 124 100 63 0 30 103 230 42 31
Binary 101001 1010100 1000000 110011 0 11000 1000011 10011000 100010 11001

Color Harmonies of #295440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295440

Black with #295440

Text Example


Text Example

White with #295440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295440; }

 p { color: rgb(41,84,64); }

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

background-color css

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

 a { background-color: rgb(41,84,64); }

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

border-color css

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

 span { border-color: rgb(41,84,64); }

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