Html Css Color HEX #2F503F Te Papa Green

📋 copy color: '#2F503F'

red 47 ◦ green 80 ◦ blue 63

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

Shades of Te Papa Green #2F503F

Tints of Te Papa Green #2F503F

RGB

 RED value IS 47 (18.75% from 255) = 24.74%

 GREEN value IS 80 (31.64% from 255) = 42.11%

 BLUE value IS 63 (25% from 255) = 33.16%

R = 24.74%
G = 42.11%
B = 33.16%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.21

 K value IS 0.69

RGB Variations

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

Color information

#2F503F (or 0x2F503F) is known color: Te Papa Green. HEX triplet: 2F, 50 and 3F. RGB value is (47,80,63). Sum of RGB (Red+Green+Blue) = 47+80+63=190 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.74% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 80 - color contains mainly: green. Hex color #2F503F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F503F is #D0AFC0. Grayscale: #444444. Windows color (decimal): -13676481 or 4149295. OLE color: 4149295.

HSL color Cylindrical-coordinate representation of color #2F503F: hue angle of 149.09º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2F503F is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB 47 80 63 -
CMYK 0.41 0 0.21 0.69
HSL 149.09º 0.26% 0.25% -
HSV(B) 149.09º 0.41% 0.31% -
XYZ 4.94 6.7 5.74 -
YUV 68.2 125.07 112.88 -
System Red Green Blue C M Y K H S L
Decimal 47 80 63 0.41 0 0.21 0.69 149.09 0.26 0.25
Hex 2F 50 3F 29 0 15 45 95 1A 19
Octal 57 120 77 51 0 25 105 225 32 31
Binary 101111 1010000 111111 101001 0 10101 1000101 10010101 11010 11001

Color Harmonies of #2F503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F503F

Black with #2F503F

Text Example


Text Example

White with #2F503F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F503F; }

 p { color: rgb(47,80,63); }

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

background-color css

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

 a { background-color: rgb(47,80,63); }

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

border-color css

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

 span { border-color: rgb(47,80,63); }

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