Html Css Color HEX #1F513F Te Papa Green

📋 copy color: '#1F513F'

red 31 ◦ green 81 ◦ blue 63

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

Shades of Te Papa Green #1F513F

Tints of Te Papa Green #1F513F

RGB

 RED value IS 31 (12.5% from 255) = 17.71%

 GREEN value IS 81 (32.03% from 255) = 46.29%

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

R = 17.71%
G = 46.29%
B = 36%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#1F513F (or 0x1F513F) is known color: Te Papa Green. HEX triplet: 1F, 51 and 3F. RGB value is (31,81,63). Sum of RGB (Red+Green+Blue) = 31+81+63=175 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.71% from 175); Green value is 81 (32.03% from 255 or 46.29% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 81 - color contains mainly: green. Hex color #1F513F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F513F is #E0AEC0. Grayscale: #404040. Windows color (decimal): -14724801 or 4149535. OLE color: 4149535.

HSL color Cylindrical-coordinate representation of color #1F513F: hue angle of 158.4º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1F513F is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB 31 81 63 -
CMYK 0.62 0 0.22 0.68
HSL 158.4º 0.45% 0.22% -
HSV(B) 158.4º 0.62% 0.32% -
XYZ 4.4 6.54 5.73 -
YUV 64 127.44 104.46 -
System Red Green Blue C M Y K H S L
Decimal 31 81 63 0.62 0 0.22 0.68 158.4 0.45 0.22
Hex 1F 51 3F 3E 0 16 44 9E 2D 16
Octal 37 121 77 76 0 26 104 236 55 26
Binary 11111 1010001 111111 111110 0 10110 1000100 10011110 101101 10110

Color Harmonies of #1F513F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F513F

Black with #1F513F

Text Example


Text Example

White with #1F513F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F513F; }

 p { color: rgb(31,81,63); }

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

background-color css

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

 a { background-color: rgb(31,81,63); }

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

border-color css

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

 span { border-color: rgb(31,81,63); }

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