Html Css Color HEX #1F5044 Te Papa Green

📋 copy color: '#1F5044'

red 31 ◦ green 80 ◦ blue 68

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

Shades of Te Papa Green #1F5044

Tints of Te Papa Green #1F5044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 37.99%

R = 17.32%
G = 44.69%
B = 37.99%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#1F5044 (or 0x1F5044) is known color: Te Papa Green. HEX triplet: 1F, 50 and 44. RGB value is (31,80,68). Sum of RGB (Red+Green+Blue) = 31+80+68=179 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.32% from 179); Green value is 80 (31.64% from 255 or 44.69% from 179); Blue value is 68 (26.95% from 255 or 37.99% from 179); Max value from RGB is 80 - color contains mainly: green. Hex color #1F5044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5044 is #E0AFBB. Grayscale: #3F3F3F. Windows color (decimal): -14725052 or 4476959. OLE color: 4476959.

HSL color Cylindrical-coordinate representation of color #1F5044: hue angle of 165.31º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F5044 is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB 31 80 68 -
CMYK 0.61 0 0.15 0.69
HSL 165.31º 0.44% 0.22% -
HSV(B) 165.31º 0.61% 0.31% -
XYZ 4.48 6.45 6.48 -
YUV 63.98 130.27 104.48 -
System Red Green Blue C M Y K H S L
Decimal 31 80 68 0.61 0 0.15 0.69 165.31 0.44 0.22
Hex 1F 50 44 3D 0 F 45 A5 2C 16
Octal 37 120 104 75 0 17 105 245 54 26
Binary 11111 1010000 1000100 111101 0 1111 1000101 10100101 101100 10110

Color Harmonies of #1F5044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5044

Black with #1F5044

Text Example


Text Example

White with #1F5044

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,80,68); }

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

background-color css

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

 a { background-color: rgb(31,80,68); }

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

border-color css

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

 span { border-color: rgb(31,80,68); }

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