Html Css Color HEX #255342 Te Papa Green

📋 copy color: '#255342'

red 37 ◦ green 83 ◦ blue 66

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

Shades of Te Papa Green #255342

Tints of Te Papa Green #255342

RGB

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

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

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

R = 19.89%
G = 44.62%
B = 35.48%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#255342 (or 0x255342) is known color: Te Papa Green. HEX triplet: 25, 53 and 42. RGB value is (37,83,66). Sum of RGB (Red+Green+Blue) = 37+83+66=186 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.89% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 83 - color contains mainly: green. Hex color #255342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255342 is #DAACBD. Grayscale: #434343. Windows color (decimal): -14331070 or 4346661. OLE color: 4346661.

HSL color Cylindrical-coordinate representation of color #255342: hue angle of 157.83º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #255342 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 83 66 -
CMYK 0.55 0 0.20 0.67
HSL 157.83º 0.38% 0.24% -
HSV(B) 157.83º 0.55% 0.33% -
XYZ 4.84 6.97 6.25 -
YUV 67.31 127.26 106.38 -
System Red Green Blue C M Y K H S L
Decimal 37 83 66 0.55 0 0.20 0.67 157.83 0.38 0.24
Hex 25 53 42 37 0 14 43 9E 26 18
Octal 45 123 102 67 0 24 103 236 46 30
Binary 100101 1010011 1000010 110111 0 10100 1000011 10011110 100110 11000

Color Harmonies of #255342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255342

Black with #255342

Text Example


Text Example

White with #255342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255342; }

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

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

background-color css

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

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

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

border-color css

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

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

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