Html Css Color HEX #27523F Te Papa Green

📋 copy color: '#27523F'

red 39 ◦ green 82 ◦ blue 63

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

Shades of Te Papa Green #27523F

Tints of Te Papa Green #27523F

RGB

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

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

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

R = 21.2%
G = 44.57%
B = 34.24%

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

#27523F (or 0x27523F) is known color: Te Papa Green. HEX triplet: 27, 52 and 3F. RGB value is (39,82,63). Sum of RGB (Red+Green+Blue) = 39+82+63=184 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.20% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 63 (25% from 255 or 34.24% from 184); Max value from RGB is 82 - color contains mainly: green. Hex color #27523F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27523F is #D8ADC0. Grayscale: #434343. Windows color (decimal): -14200257 or 4149799. OLE color: 4149799.

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

Color convert

RGB 39 82 63 -
CMYK 0.52 0 0.23 0.68
HSL 153.49º 0.36% 0.24% -
HSV(B) 153.49º 0.52% 0.32% -
XYZ 4.75 6.82 5.77 -
YUV 66.98 125.75 108.04 -
System Red Green Blue C M Y K H S L
Decimal 39 82 63 0.52 0 0.23 0.68 153.49 0.36 0.24
Hex 27 52 3F 34 0 17 44 99 24 18
Octal 47 122 77 64 0 27 104 231 44 30
Binary 100111 1010010 111111 110100 0 10111 1000100 10011001 100100 11000

Color Harmonies of #27523F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27523F

Black with #27523F

Text Example


Text Example

White with #27523F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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