Html Css Color HEX #275244 Te Papa Green

📋 copy color: '#275244'

red 39 ◦ green 82 ◦ blue 68

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

Shades of Te Papa Green #275244

Tints of Te Papa Green #275244

RGB

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

 GREEN value IS 82 (32.42% from 255) = 43.39%

 BLUE value IS 68 (26.95% from 255) = 35.98%

R = 20.63%
G = 43.39%
B = 35.98%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#275244 (or 0x275244) is known color: Te Papa Green. HEX triplet: 27, 52 and 44. RGB value is (39,82,68). Sum of RGB (Red+Green+Blue) = 39+82+68=189 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.63% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 68 (26.95% from 255 or 35.98% from 189); Max value from RGB is 82 - color contains mainly: green. Hex color #275244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275244 is #D8ADBB. Grayscale: #434343. Windows color (decimal): -14200252 or 4477479. OLE color: 4477479.

HSL color Cylindrical-coordinate representation of color #275244: hue angle of 160.47º degrees, saturation: 0.36, 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 #275244 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB 39 82 68 -
CMYK 0.52 0 0.17 0.68
HSL 160.47º 0.36% 0.24% -
HSV(B) 160.47º 0.52% 0.32% -
XYZ 4.9 6.88 6.54 -
YUV 67.55 128.25 107.64 -
System Red Green Blue C M Y K H S L
Decimal 39 82 68 0.52 0 0.17 0.68 160.47 0.36 0.24
Hex 27 52 44 34 0 11 44 A0 24 18
Octal 47 122 104 64 0 21 104 240 44 30
Binary 100111 1010010 1000100 110100 0 10001 1000100 10100000 100100 11000

Color Harmonies of #275244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275244

Black with #275244

Text Example


Text Example

White with #275244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275244; }

 p { color: rgb(39,82,68); }

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

background-color css

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

 a { background-color: rgb(39,82,68); }

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

border-color css

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

 span { border-color: rgb(39,82,68); }

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