Html Css Color HEX #27513E Te Papa Green

📋 copy color: '#27513E'

red 39 ◦ green 81 ◦ blue 62

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

Shades of Te Papa Green #27513E

Tints of Te Papa Green #27513E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 44.51%

 BLUE value IS 62 (24.61% from 255) = 34.07%

R = 21.43%
G = 44.51%
B = 34.07%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#27513E (or 0x27513E) is known color: Te Papa Green. HEX triplet: 27, 51 and 3E. RGB value is (39,81,62). Sum of RGB (Red+Green+Blue) = 39+81+62=182 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.43% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 62 (24.61% from 255 or 34.07% from 182); Max value from RGB is 81 - color contains mainly: green. Hex color #27513E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27513E is #D8AEC1. Grayscale: #424242. Windows color (decimal): -14200514 or 4084007. OLE color: 4084007.

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

Color convert

RGB 39 81 62 -
CMYK 0.52 0 0.23 0.68
HSL 152.86º 0.35% 0.24% -
HSV(B) 152.86º 0.52% 0.32% -
XYZ 4.65 6.66 5.6 -
YUV 66.28 125.59 108.54 -
System Red Green Blue C M Y K H S L
Decimal 39 81 62 0.52 0 0.23 0.68 152.86 0.35 0.24
Hex 27 51 3E 34 0 17 44 99 23 18
Octal 47 121 76 64 0 27 104 231 43 30
Binary 100111 1010001 111110 110100 0 10111 1000100 10011001 100011 11000

Color Harmonies of #27513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27513E

Black with #27513E

Text Example


Text Example

White with #27513E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27513E; }

 p { color: rgb(39,81,62); }

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

background-color css

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

 a { background-color: rgb(39,81,62); }

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

border-color css

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

 span { border-color: rgb(39,81,62); }

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