Html Css Color HEX #2F5240 Te Papa Green

📋 copy color: '#2F5240'

red 47 ◦ green 82 ◦ blue 64

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

Shades of Te Papa Green #2F5240

Tints of Te Papa Green #2F5240

RGB

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

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

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

R = 24.35%
G = 42.49%
B = 33.16%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#2F5240 (or 0x2F5240) is known color: Te Papa Green. HEX triplet: 2F, 52 and 40. RGB value is (47,82,64). Sum of RGB (Red+Green+Blue) = 47+82+64=193 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.35% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 82 - color contains mainly: green. Hex color #2F5240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5240 is #D0ADBF. Grayscale: #454545. Windows color (decimal): -13675968 or 4215343. OLE color: 4215343.

HSL color Cylindrical-coordinate representation of color #2F5240: hue angle of 149.14º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2F5240 is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB 47 82 64 -
CMYK 0.43 0 0.22 0.68
HSL 149.14º 0.27% 0.25% -
HSV(B) 149.14º 0.43% 0.32% -
XYZ 5.11 7.01 5.93 -
YUV 69.48 124.9 111.96 -
System Red Green Blue C M Y K H S L
Decimal 47 82 64 0.43 0 0.22 0.68 149.14 0.27 0.25
Hex 2F 52 40 2B 0 16 44 95 1B 19
Octal 57 122 100 53 0 26 104 225 33 31
Binary 101111 1010010 1000000 101011 0 10110 1000100 10010101 11011 11001

Color Harmonies of #2F5240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5240

Black with #2F5240

Text Example


Text Example

White with #2F5240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,82,64); }

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

background-color css

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

 a { background-color: rgb(47,82,64); }

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

border-color css

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

 span { border-color: rgb(47,82,64); }

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