Html Css Color HEX #275243 Te Papa Green

📋 copy color: '#275243'

red 39 ◦ green 82 ◦ blue 67

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

Shades of Te Papa Green #275243

Tints of Te Papa Green #275243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 35.64%

R = 20.74%
G = 43.62%
B = 35.64%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.18

 K value IS 0.68

RGB Variations

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

Color information

#275243 (or 0x275243) is known color: Te Papa Green. HEX triplet: 27, 52 and 43. RGB value is (39,82,67). Sum of RGB (Red+Green+Blue) = 39+82+67=188 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.74% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 67 (26.56% from 255 or 35.64% from 188); Max value from RGB is 82 - color contains mainly: green. Hex color #275243 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275243 is #D8ADBC. Grayscale: #434343. Windows color (decimal): -14200253 or 4411943. OLE color: 4411943.

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

Color convert

RGB 39 82 67 -
CMYK 0.52 0 0.18 0.68
HSL 159.07º 0.36% 0.24% -
HSV(B) 159.07º 0.52% 0.32% -
XYZ 4.87 6.87 6.38 -
YUV 67.43 127.75 107.72 -
System Red Green Blue C M Y K H S L
Decimal 39 82 67 0.52 0 0.18 0.68 159.07 0.36 0.24
Hex 27 52 43 34 0 12 44 9F 24 18
Octal 47 122 103 64 0 22 104 237 44 30
Binary 100111 1010010 1000011 110100 0 10010 1000100 10011111 100100 11000

Color Harmonies of #275243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275243

Black with #275243

Text Example


Text Example

White with #275243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275243; }

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

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

background-color css

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

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

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

border-color css

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

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

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