Html Css Color HEX #1F5342 Te Papa Green

📋 copy color: '#1F5342'

red 31 ◦ green 83 ◦ blue 66

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

Shades of Te Papa Green #1F5342

Tints of Te Papa Green #1F5342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 36.67%

R = 17.22%
G = 46.11%
B = 36.67%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#1F5342 (or 0x1F5342) is known color: Te Papa Green. HEX triplet: 1F, 53 and 42. RGB value is (31,83,66). Sum of RGB (Red+Green+Blue) = 31+83+66=180 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.22% from 180); Green value is 83 (32.81% from 255 or 46.11% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 83 - color contains mainly: green. Hex color #1F5342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5342 is #E0ACBD. Grayscale: #414141. Windows color (decimal): -14724286 or 4346655. OLE color: 4346655.

HSL color Cylindrical-coordinate representation of color #1F5342: hue angle of 160.38º 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 #1F5342 is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 31 83 66 -
CMYK 0.63 0 0.20 0.67
HSL 160.38º 0.46% 0.22% -
HSV(B) 160.38º 0.63% 0.33% -
XYZ 4.64 6.87 6.24 -
YUV 65.51 128.27 103.38 -
System Red Green Blue C M Y K H S L
Decimal 31 83 66 0.63 0 0.20 0.67 160.38 0.46 0.22
Hex 1F 53 42 3F 0 14 43 A0 2E 16
Octal 37 123 102 77 0 24 103 240 56 26
Binary 11111 1010011 1000010 111111 0 10100 1000011 10100000 101110 10110

Color Harmonies of #1F5342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5342

Black with #1F5342

Text Example


Text Example

White with #1F5342

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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