Html Css Color HEX #255240 Te Papa Green

📋 copy color: '#255240'

red 37 ◦ green 82 ◦ blue 64

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

Shades of Te Papa Green #255240

Tints of Te Papa Green #255240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 34.97%

R = 20.22%
G = 44.81%
B = 34.97%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#255240 (or 0x255240) is known color: Te Papa Green. HEX triplet: 25, 52 and 40. RGB value is (37,82,64). Sum of RGB (Red+Green+Blue) = 37+82+64=183 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.22% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 82 - color contains mainly: green. Hex color #255240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255240 is #DAADBF. Grayscale: #424242. Windows color (decimal): -14331328 or 4215333. OLE color: 4215333.

HSL color Cylindrical-coordinate representation of color #255240: hue angle of 156º 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 #255240 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB 37 82 64 -
CMYK 0.55 0 0.22 0.68
HSL 156º 0.38% 0.23% -
HSV(B) 156º 0.55% 0.32% -
XYZ 4.71 6.8 5.91 -
YUV 66.49 126.59 106.96 -
System Red Green Blue C M Y K H S L
Decimal 37 82 64 0.55 0 0.22 0.68 156 0.38 0.23
Hex 25 52 40 37 0 16 44 9C 26 17
Octal 45 122 100 67 0 26 104 234 46 27
Binary 100101 1010010 1000000 110111 0 10110 1000100 10011100 100110 10111

Color Harmonies of #255240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255240

Black with #255240

Text Example


Text Example

White with #255240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255240; }

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

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

background-color css

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

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

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

border-color css

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

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

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