#274C3C

Color #274C3C Te Papa Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Te Papa Green #274C3C

Tints of Te Papa Green #274C3C

Color information

#274C3C (or 0x274C3C) is unknown color: approx Te Papa Green. HEX triplet: 27, 4C and 3C. RGB value is (39,76,60). Sum of RGB (Red+Green+Blue) = 39+76+60=175 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.29% from 175); Green value is 76 (30.08% from 255 or 43.43% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 76 - color contains mainly: green. Hex color #274C3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274C3C is #D8B3C3. Grayscale: #3F3F3F. Windows color (decimal): -14201796 or 3951655. OLE color: 3951655.

HSL color Cylindrical-coordinate representation of color #274C3C: hue angle of 154.05º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #274C3C is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.

Color convert

RGB397660-
CMYK0.4900.210.70
HSL154.05º32.17%22.55%-
HSV(B)154.05º48.68%29.8%-
XYZ4.245.935.2-
YUV63.11126.24110.8-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.29%
GREEN value IS 76 (30.08% from 255) = 43.43%
BLUE value IS 60 (23.83% from 255) = 34.29%
R=22.29%
G=43.43%
B=34.29%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3976600.4900.210.70154.0532.1722.55
Hex274C3C31015469a2017
Octal4711474610251062324027
Binary100111100110011110011000101010110001101001101010000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274C3C; }

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

 H1.HeaderClassName
 {
   color: #274C3C;
 }
 .AnyTagClassName
 {
   color: #274C3C;
 }
</style>
background-color css

<style>
 a { background-color: #274C3C; }

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

 div.DivClassName
 {
   background-color: #274C3C;
 }
 .BgClassName
 {
   background-color: #274C3C;
 }
</style>
border-color css

<style>
 span { border-color: #274C3C; }

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

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