Html Css Color HEX #275246 Te Papa Green

📋 copy color: '#275246'

red 39 ◦ green 82 ◦ blue 70

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

Shades of Te Papa Green #275246

Tints of Te Papa Green #275246

RGB

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

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

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

R = 20.42%
G = 42.93%
B = 36.65%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#275246 (or 0x275246) is known color: Te Papa Green. HEX triplet: 27, 52 and 46. RGB value is (39,82,70). Sum of RGB (Red+Green+Blue) = 39+82+70=191 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.42% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 70 (27.73% from 255 or 36.65% from 191); Max value from RGB is 82 - color contains mainly: green. Hex color #275246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275246 is #D8ADB9. Grayscale: #434343. Windows color (decimal): -14200250 or 4608551. OLE color: 4608551.

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

Color convert

RGB 39 82 70 -
CMYK 0.52 0 0.15 0.68
HSL 163.26º 0.36% 0.24% -
HSV(B) 163.26º 0.52% 0.32% -
XYZ 4.96 6.91 6.87 -
YUV 67.78 129.25 107.48 -
System Red Green Blue C M Y K H S L
Decimal 39 82 70 0.52 0 0.15 0.68 163.26 0.36 0.24
Hex 27 52 46 34 0 F 44 A3 24 18
Octal 47 122 106 64 0 17 104 243 44 30
Binary 100111 1010010 1000110 110100 0 1111 1000100 10100011 100100 11000

Color Harmonies of #275246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275246

Black with #275246

Text Example


Text Example

White with #275246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275246; }

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

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

background-color css

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

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

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

border-color css

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

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

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