Html Css Color HEX #255243 Te Papa Green

📋 copy color: '#255243'

red 37 ◦ green 82 ◦ blue 67

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

Shades of Te Papa Green #255243

Tints of Te Papa Green #255243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 36.02%

R = 19.89%
G = 44.09%
B = 36.02%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.18

 K value IS 0.68

RGB Variations

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

Color information

#255243 (or 0x255243) is known color: Te Papa Green. HEX triplet: 25, 52 and 43. RGB value is (37,82,67). Sum of RGB (Red+Green+Blue) = 37+82+67=186 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.89% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 67 (26.56% from 255 or 36.02% from 186); Max value from RGB is 82 - color contains mainly: green. Hex color #255243 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255243 is #DAADBC. Grayscale: #424242. Windows color (decimal): -14331325 or 4411941. OLE color: 4411941.

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

Color convert

RGB 37 82 67 -
CMYK 0.55 0 0.18 0.68
HSL 160º 0.38% 0.23% -
HSV(B) 160º 0.55% 0.32% -
XYZ 4.79 6.83 6.38 -
YUV 66.84 128.09 106.72 -
System Red Green Blue C M Y K H S L
Decimal 37 82 67 0.55 0 0.18 0.68 160 0.38 0.23
Hex 25 52 43 37 0 12 44 A0 26 17
Octal 45 122 103 67 0 22 104 240 46 27
Binary 100101 1010010 1000011 110111 0 10010 1000100 10100000 100110 10111

Color Harmonies of #255243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255243

Black with #255243

Text Example


Text Example

White with #255243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255243; }

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

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

background-color css

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

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

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

border-color css

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

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

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