Html Css Color HEX #1F5341 Te Papa Green

📋 copy color: '#1F5341'

red 31 ◦ green 83 ◦ blue 65

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

Shades of Te Papa Green #1F5341

Tints of Te Papa Green #1F5341

RGB

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

 GREEN value IS 83 (32.81% from 255) = 46.37%

 BLUE value IS 65 (25.78% from 255) = 36.31%

R = 17.32%
G = 46.37%
B = 36.31%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#1F5341 (or 0x1F5341) is known color: Te Papa Green. HEX triplet: 1F, 53 and 41. RGB value is (31,83,65). Sum of RGB (Red+Green+Blue) = 31+83+65=179 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.32% from 179); Green value is 83 (32.81% from 255 or 46.37% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 83 - color contains mainly: green. Hex color #1F5341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5341 is #E0ACBE. Grayscale: #414141. Windows color (decimal): -14724287 or 4281119. OLE color: 4281119.

HSL color Cylindrical-coordinate representation of color #1F5341: hue angle of 159.23º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1F5341 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 31 83 65 -
CMYK 0.63 0 0.22 0.67
HSL 159.23º 0.46% 0.22% -
HSV(B) 159.23º 0.63% 0.33% -
XYZ 4.61 6.86 6.08 -
YUV 65.4 127.77 103.46 -
System Red Green Blue C M Y K H S L
Decimal 31 83 65 0.63 0 0.22 0.67 159.23 0.46 0.22
Hex 1F 53 41 3F 0 16 43 9F 2E 16
Octal 37 123 101 77 0 26 103 237 56 26
Binary 11111 1010011 1000001 111111 0 10110 1000011 10011111 101110 10110

Color Harmonies of #1F5341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5341

Black with #1F5341

Text Example


Text Example

White with #1F5341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,83,65); }

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

background-color css

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

 a { background-color: rgb(31,83,65); }

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

border-color css

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

 span { border-color: rgb(31,83,65); }

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