Html Css Color HEX #295344 Te Papa Green

📋 copy color: '#295344'

red 41 ◦ green 83 ◦ blue 68

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

Shades of Te Papa Green #295344

Tints of Te Papa Green #295344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 35.42%

R = 21.35%
G = 43.23%
B = 35.42%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#295344 (or 0x295344) is known color: Te Papa Green. HEX triplet: 29, 53 and 44. RGB value is (41,83,68). Sum of RGB (Red+Green+Blue) = 41+83+68=192 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.35% from 192); Green value is 83 (32.81% from 255 or 43.23% from 192); Blue value is 68 (26.95% from 255 or 35.42% from 192); Max value from RGB is 83 - color contains mainly: green. Hex color #295344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295344 is #D6ACBB. Grayscale: #444444. Windows color (decimal): -14068924 or 4477737. OLE color: 4477737.

HSL color Cylindrical-coordinate representation of color #295344: hue angle of 158.57º 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 #295344 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 83 68 -
CMYK 0.51 0 0.18 0.67
HSL 158.57º 0.34% 0.24% -
HSV(B) 158.57º 0.51% 0.33% -
XYZ 5.05 7.08 6.57 -
YUV 68.73 127.59 108.22 -
System Red Green Blue C M Y K H S L
Decimal 41 83 68 0.51 0 0.18 0.67 158.57 0.34 0.24
Hex 29 53 44 33 0 12 43 9F 22 18
Octal 51 123 104 63 0 22 103 237 42 30
Binary 101001 1010011 1000100 110011 0 10010 1000011 10011111 100010 11000

Color Harmonies of #295344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295344

Black with #295344

Text Example


Text Example

White with #295344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295344; }

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

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

background-color css

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

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

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

border-color css

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

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

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