Html Css Color HEX #295246 Te Papa Green

📋 copy color: '#295246'

red 41 ◦ green 82 ◦ blue 70

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

Shades of Te Papa Green #295246

Tints of Te Papa Green #295246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 36.27%

R = 21.24%
G = 42.49%
B = 36.27%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#295246 (or 0x295246) is known color: Te Papa Green. HEX triplet: 29, 52 and 46. RGB value is (41,82,70). Sum of RGB (Red+Green+Blue) = 41+82+70=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 82 - color contains mainly: green. Hex color #295246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295246 is #D6ADB9. Grayscale: #444444. Windows color (decimal): -14069178 or 4608553. OLE color: 4608553.

HSL color Cylindrical-coordinate representation of color #295246: hue angle of 162.44º 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 #295246 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB 41 82 70 -
CMYK 0.50 0 0.15 0.68
HSL 162.44º 0.33% 0.24% -
HSV(B) 162.44º 0.5% 0.32% -
XYZ 5.04 6.95 6.87 -
YUV 68.37 128.92 108.48 -
System Red Green Blue C M Y K H S L
Decimal 41 82 70 0.50 0 0.15 0.68 162.44 0.33 0.24
Hex 29 52 46 32 0 F 44 A2 21 18
Octal 51 122 106 62 0 17 104 242 41 30
Binary 101001 1010010 1000110 110010 0 1111 1000100 10100010 100001 11000

Color Harmonies of #295246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295246

Black with #295246

Text Example


Text Example

White with #295246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295246; }

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

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

background-color css

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

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

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

border-color css

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

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

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