Html Css Color HEX #275445 Te Papa Green

📋 copy color: '#275445'

red 39 ◦ green 84 ◦ blue 69

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

Shades of Te Papa Green #275445

Tints of Te Papa Green #275445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 35.94%

R = 20.31%
G = 43.75%
B = 35.94%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#275445 (or 0x275445) is known color: Te Papa Green. HEX triplet: 27, 54 and 45. RGB value is (39,84,69). Sum of RGB (Red+Green+Blue) = 39+84+69=192 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.31% from 192); Green value is 84 (33.20% from 255 or 43.75% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 84 - color contains mainly: green. Hex color #275445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275445 is #D8ABBA. Grayscale: #444444. Windows color (decimal): -14199739 or 4543527. OLE color: 4543527.

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

Color convert

RGB 39 84 69 -
CMYK 0.54 0 0.18 0.67
HSL 160º 0.37% 0.24% -
HSV(B) 160º 0.54% 0.33% -
XYZ 5.08 7.2 6.75 -
YUV 68.84 128.09 106.72 -
System Red Green Blue C M Y K H S L
Decimal 39 84 69 0.54 0 0.18 0.67 160 0.37 0.24
Hex 27 54 45 36 0 12 43 A0 25 18
Octal 47 124 105 66 0 22 103 240 45 30
Binary 100111 1010100 1000101 110110 0 10010 1000011 10100000 100101 11000

Color Harmonies of #275445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275445

Black with #275445

Text Example


Text Example

White with #275445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275445; }

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

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

background-color css

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

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

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

border-color css

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

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

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