Html Css Color HEX #275142 Te Papa Green

📋 copy color: '#275142'

red 39 ◦ green 81 ◦ blue 66

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

Shades of Te Papa Green #275142

Tints of Te Papa Green #275142

RGB

 RED value IS 39 (15.63% from 255) = 20.97%

 GREEN value IS 81 (32.03% from 255) = 43.55%

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

R = 20.97%
G = 43.55%
B = 35.48%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.19

 K value IS 0.68

RGB Variations

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

Color information

#275142 (or 0x275142) is known color: Te Papa Green. HEX triplet: 27, 51 and 42. RGB value is (39,81,66). Sum of RGB (Red+Green+Blue) = 39+81+66=186 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.97% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 81 - color contains mainly: green. Hex color #275142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275142 is #D8AEBD. Grayscale: #424242. Windows color (decimal): -14200510 or 4346151. OLE color: 4346151.

HSL color Cylindrical-coordinate representation of color #275142: hue angle of 158.57º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #275142 is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.68.

Color convert

RGB 39 81 66 -
CMYK 0.52 0 0.19 0.68
HSL 158.57º 0.35% 0.24% -
HSV(B) 158.57º 0.52% 0.32% -
XYZ 4.76 6.71 6.2 -
YUV 66.73 127.59 108.22 -
System Red Green Blue C M Y K H S L
Decimal 39 81 66 0.52 0 0.19 0.68 158.57 0.35 0.24
Hex 27 51 42 34 0 13 44 9F 23 18
Octal 47 121 102 64 0 23 104 237 43 30
Binary 100111 1010001 1000010 110100 0 10011 1000100 10011111 100011 11000

Color Harmonies of #275142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275142

Black with #275142

Text Example


Text Example

White with #275142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275142; }

 p { color: rgb(39,81,66); }

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

background-color css

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

 a { background-color: rgb(39,81,66); }

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

border-color css

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

 span { border-color: rgb(39,81,66); }

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