Html Css Color HEX #2F483E Te Papa Green

📋 copy color: '#2F483E'

red 47 ◦ green 72 ◦ blue 62

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

Shades of Te Papa Green #2F483E

Tints of Te Papa Green #2F483E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 39.78%

 BLUE value IS 62 (24.61% from 255) = 34.25%

R = 25.97%
G = 39.78%
B = 34.25%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#2F483E (or 0x2F483E) is known color: Te Papa Green. HEX triplet: 2F, 48 and 3E. RGB value is (47,72,62). Sum of RGB (Red+Green+Blue) = 47+72+62=181 (23% of max value = 765). Red value is 47 (18.75% from 255 or 25.97% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 72 - color contains mainly: green. Hex color #2F483E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F483E is #D0B7C1. Grayscale: #3F3F3F. Windows color (decimal): -13678530 or 4081711. OLE color: 4081711.

HSL color Cylindrical-coordinate representation of color #2F483E: hue angle of 156º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2F483E is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB 47 72 62 -
CMYK 0.35 0 0.14 0.72
HSL 156º 0.21% 0.23% -
HSV(B) 156º 0.35% 0.28% -
XYZ 4.36 5.59 5.41 -
YUV 63.39 127.22 116.31 -
System Red Green Blue C M Y K H S L
Decimal 47 72 62 0.35 0 0.14 0.72 156 0.21 0.23
Hex 2F 48 3E 23 0 E 48 9C 15 17
Octal 57 110 76 43 0 16 110 234 25 27
Binary 101111 1001000 111110 100011 0 1110 1001000 10011100 10101 10111

Color Harmonies of #2F483E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F483E

Black with #2F483E

Text Example


Text Example

White with #2F483E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,72,62); }

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

background-color css

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

 a { background-color: rgb(47,72,62); }

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

border-color css

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

 span { border-color: rgb(47,72,62); }

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