Html Css Color HEX #27493C Te Papa Green

📋 copy color: '#27493C'

red 39 ◦ green 73 ◦ blue 60

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

Shades of Te Papa Green #27493C

Tints of Te Papa Green #27493C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 42.44%

 BLUE value IS 60 (23.83% from 255) = 34.88%

R = 22.67%
G = 42.44%
B = 34.88%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.18

 K value IS 0.71

RGB Variations

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

Color information

#27493C (or 0x27493C) is known color: Te Papa Green. HEX triplet: 27, 49 and 3C. RGB value is (39,73,60). Sum of RGB (Red+Green+Blue) = 39+73+60=172 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.67% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 73 - color contains mainly: green. Hex color #27493C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27493C is #D8B6C3. Grayscale: #3D3D3D. Windows color (decimal): -14202564 or 3950887. OLE color: 3950887.

HSL color Cylindrical-coordinate representation of color #27493C: hue angle of 157.06º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #27493C is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB 39 73 60 -
CMYK 0.47 0 0.18 0.71
HSL 157.06º 0.3% 0.22% -
HSV(B) 157.06º 0.47% 0.29% -
XYZ 4.03 5.52 5.13 -
YUV 61.35 127.24 112.06 -
System Red Green Blue C M Y K H S L
Decimal 39 73 60 0.47 0 0.18 0.71 157.06 0.3 0.22
Hex 27 49 3C 2F 0 12 47 9D 1E 16
Octal 47 111 74 57 0 22 107 235 36 26
Binary 100111 1001001 111100 101111 0 10010 1000111 10011101 11110 10110

Color Harmonies of #27493C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27493C

Black with #27493C

Text Example


Text Example

White with #27493C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27493C; }

 p { color: rgb(39,73,60); }

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

background-color css

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

 a { background-color: rgb(39,73,60); }

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

border-color css

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

 span { border-color: rgb(39,73,60); }

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