Html Css Color HEX #255241 Te Papa Green

📋 copy color: '#255241'

red 37 ◦ green 82 ◦ blue 65

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

Shades of Te Papa Green #255241

Tints of Te Papa Green #255241

RGB

 RED value IS 37 (14.84% from 255) = 20.11%

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

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

R = 20.11%
G = 44.57%
B = 35.33%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#255241 (or 0x255241) is known color: Te Papa Green. HEX triplet: 25, 52 and 41. RGB value is (37,82,65). Sum of RGB (Red+Green+Blue) = 37+82+65=184 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.11% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 82 - color contains mainly: green. Hex color #255241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255241 is #DAADBE. Grayscale: #424242. Windows color (decimal): -14331327 or 4280869. OLE color: 4280869.

HSL color Cylindrical-coordinate representation of color #255241: hue angle of 157.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #255241 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB 37 82 65 -
CMYK 0.55 0 0.21 0.68
HSL 157.33º 0.38% 0.23% -
HSV(B) 157.33º 0.55% 0.32% -
XYZ 4.73 6.81 6.07 -
YUV 66.61 127.09 106.88 -
System Red Green Blue C M Y K H S L
Decimal 37 82 65 0.55 0 0.21 0.68 157.33 0.38 0.23
Hex 25 52 41 37 0 15 44 9D 26 17
Octal 45 122 101 67 0 25 104 235 46 27
Binary 100101 1010010 1000001 110111 0 10101 1000100 10011101 100110 10111

Color Harmonies of #255241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255241

Black with #255241

Text Example


Text Example

White with #255241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255241; }

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

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

background-color css

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

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

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

border-color css

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

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

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