Html Css Color HEX #275446 Te Papa Green

📋 copy color: '#275446'

red 39 ◦ green 84 ◦ blue 70

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

Shades of Te Papa Green #275446

Tints of Te Papa Green #275446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 36.27%

R = 20.21%
G = 43.52%
B = 36.27%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#275446 (or 0x275446) is known color: Te Papa Green. HEX triplet: 27, 54 and 46. RGB value is (39,84,70). Sum of RGB (Red+Green+Blue) = 39+84+70=193 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.21% from 193); Green value is 84 (33.20% from 255 or 43.52% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 84 - color contains mainly: green. Hex color #275446 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275446 is #D8ABB9. Grayscale: #444444. Windows color (decimal): -14199738 or 4609063. OLE color: 4609063.

HSL color Cylindrical-coordinate representation of color #275446: hue angle of 161.33º 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 #275446 is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB 39 84 70 -
CMYK 0.54 0 0.17 0.67
HSL 161.33º 0.37% 0.24% -
HSV(B) 161.33º 0.54% 0.33% -
XYZ 5.11 7.21 6.92 -
YUV 68.95 128.59 106.64 -
System Red Green Blue C M Y K H S L
Decimal 39 84 70 0.54 0 0.17 0.67 161.33 0.37 0.24
Hex 27 54 46 36 0 11 43 A1 25 18
Octal 47 124 106 66 0 21 103 241 45 30
Binary 100111 1010100 1000110 110110 0 10001 1000011 10100001 100101 11000

Color Harmonies of #275446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275446

Black with #275446

Text Example


Text Example

White with #275446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275446; }

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

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

background-color css

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

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

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

border-color css

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

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

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