Html Css Color HEX #27463C Te Papa Green

📋 copy color: '#27463C'

red 39 ◦ green 70 ◦ blue 60

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

Shades of Te Papa Green #27463C

Tints of Te Papa Green #27463C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 41.42%

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

R = 23.08%
G = 41.42%
B = 35.5%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.14

 K value IS 0.73

RGB Variations

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

Color information

#27463C (or 0x27463C) is known color: Te Papa Green. HEX triplet: 27, 46 and 3C. RGB value is (39,70,60). Sum of RGB (Red+Green+Blue) = 39+70+60=169 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.08% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 70 - color contains mainly: green. Hex color #27463C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27463C is #D8B9C3. Grayscale: #3B3B3B. Windows color (decimal): -14203332 or 3950119. OLE color: 3950119.

HSL color Cylindrical-coordinate representation of color #27463C: hue angle of 160.65º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #27463C is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.

Color convert

RGB 39 70 60 -
CMYK 0.44 0 0.14 0.73
HSL 160.65º 0.28% 0.21% -
HSV(B) 160.65º 0.44% 0.27% -
XYZ 3.84 5.14 5.06 -
YUV 59.59 128.23 113.31 -
System Red Green Blue C M Y K H S L
Decimal 39 70 60 0.44 0 0.14 0.73 160.65 0.28 0.21
Hex 27 46 3C 2C 0 E 49 A1 1C 15
Octal 47 106 74 54 0 16 111 241 34 25
Binary 100111 1000110 111100 101100 0 1110 1001001 10100001 11100 10101

Color Harmonies of #27463C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27463C

Black with #27463C

Text Example


Text Example

White with #27463C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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