Html Css Color HEX #1C5241 Te Papa Green

📋 copy color: '#1C5241'

red 28 ◦ green 82 ◦ blue 65

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

Shades of Te Papa Green #1C5241

Tints of Te Papa Green #1C5241

RGB

 RED value IS 28 (11.33% from 255) = 16%

 GREEN value IS 82 (32.42% from 255) = 46.86%

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

R = 16%
G = 46.86%
B = 37.14%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#1C5241 (or 0x1C5241) is known color: Te Papa Green. HEX triplet: 1C, 52 and 41. RGB value is (28,82,65). Sum of RGB (Red+Green+Blue) = 28+82+65=175 (23% of max value = 765). Red value is 28 (11.33% from 255 or 16% from 175); Green value is 82 (32.42% from 255 or 46.86% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 82 - color contains mainly: green. Hex color #1C5241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5241 is #E3ADBE. Grayscale: #3F3F3F. Windows color (decimal): -14921151 or 4280860. OLE color: 4280860.

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

Color convert

RGB 28 82 65 -
CMYK 0.66 0 0.21 0.68
HSL 161.11º 0.49% 0.22% -
HSV(B) 161.11º 0.66% 0.32% -
XYZ 4.45 6.66 6.05 -
YUV 63.92 128.61 102.38 -
System Red Green Blue C M Y K H S L
Decimal 28 82 65 0.66 0 0.21 0.68 161.11 0.49 0.22
Hex 1C 52 41 42 0 15 44 A1 31 16
Octal 34 122 101 102 0 25 104 241 61 26
Binary 11100 1010010 1000001 1000010 0 10101 1000100 10100001 110001 10110

Color Harmonies of #1C5241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5241

Black with #1C5241

Text Example


Text Example

White with #1C5241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,82,65); }

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

background-color css

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

 a { background-color: rgb(28,82,65); }

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

border-color css

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

 span { border-color: rgb(28,82,65); }

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