Html Css Color HEX #275442 Te Papa Green

📋 copy color: '#275442'

red 39 ◦ green 84 ◦ blue 66

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

Shades of Te Papa Green #275442

Tints of Te Papa Green #275442

RGB

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

 GREEN value IS 84 (33.2% from 255) = 44.44%

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

R = 20.63%
G = 44.44%
B = 34.92%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#275442 (or 0x275442) is known color: Te Papa Green. HEX triplet: 27, 54 and 42. RGB value is (39,84,66). Sum of RGB (Red+Green+Blue) = 39+84+66=189 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.63% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 84 - color contains mainly: green. Hex color #275442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275442 is #D8ABBD. Grayscale: #444444. Windows color (decimal): -14199742 or 4346919. OLE color: 4346919.

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

Color convert

RGB 39 84 66 -
CMYK 0.54 0 0.21 0.67
HSL 156º 0.37% 0.24% -
HSV(B) 156º 0.54% 0.33% -
XYZ 4.99 7.17 6.27 -
YUV 68.49 126.59 106.96 -
System Red Green Blue C M Y K H S L
Decimal 39 84 66 0.54 0 0.21 0.67 156 0.37 0.24
Hex 27 54 42 36 0 15 43 9C 25 18
Octal 47 124 102 66 0 25 103 234 45 30
Binary 100111 1010100 1000010 110110 0 10101 1000011 10011100 100101 11000

Color Harmonies of #275442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275442

Black with #275442

Text Example


Text Example

White with #275442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275442; }

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

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

background-color css

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

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

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

border-color css

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

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

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