Html Css Color HEX #27503F Te Papa Green

📋 copy color: '#27503F'

red 39 ◦ green 80 ◦ blue 63

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

Shades of Te Papa Green #27503F

Tints of Te Papa Green #27503F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 43.96%

 BLUE value IS 63 (25% from 255) = 34.62%

R = 21.43%
G = 43.96%
B = 34.62%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.21

 K value IS 0.69

RGB Variations

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

Color information

#27503F (or 0x27503F) is known color: Te Papa Green. HEX triplet: 27, 50 and 3F. RGB value is (39,80,63). Sum of RGB (Red+Green+Blue) = 39+80+63=182 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.43% from 182); Green value is 80 (31.64% from 255 or 43.96% from 182); Blue value is 63 (25% from 255 or 34.62% from 182); Max value from RGB is 80 - color contains mainly: green. Hex color #27503F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27503F is #D8AFC0. Grayscale: #414141. Windows color (decimal): -14200769 or 4149287. OLE color: 4149287.

HSL color Cylindrical-coordinate representation of color #27503F: hue angle of 155.12º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #27503F is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB 39 80 63 -
CMYK 0.51 0 0.21 0.69
HSL 155.12º 0.34% 0.23% -
HSV(B) 155.12º 0.51% 0.31% -
XYZ 4.6 6.53 5.72 -
YUV 65.8 126.42 108.88 -
System Red Green Blue C M Y K H S L
Decimal 39 80 63 0.51 0 0.21 0.69 155.12 0.34 0.23
Hex 27 50 3F 33 0 15 45 9B 22 17
Octal 47 120 77 63 0 25 105 233 42 27
Binary 100111 1010000 111111 110011 0 10101 1000101 10011011 100010 10111

Color Harmonies of #27503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27503F

Black with #27503F

Text Example


Text Example

White with #27503F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27503F; }

 p { color: rgb(39,80,63); }

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

background-color css

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

 a { background-color: rgb(39,80,63); }

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

border-color css

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

 span { border-color: rgb(39,80,63); }

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