Html Css Color HEX #274C41 Te Papa Green

📋 copy color: '#274C41'

red 39 ◦ green 76 ◦ blue 65

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

Shades of Te Papa Green #274C41

Tints of Te Papa Green #274C41

RGB

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

 GREEN value IS 76 (30.08% from 255) = 42.22%

 BLUE value IS 65 (25.78% from 255) = 36.11%

R = 21.67%
G = 42.22%
B = 36.11%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.14

 K value IS 0.70

RGB Variations

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

Color information

#274C41 (or 0x274C41) is known color: Te Papa Green. HEX triplet: 27, 4C and 41. RGB value is (39,76,65). Sum of RGB (Red+Green+Blue) = 39+76+65=180 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.67% from 180); Green value is 76 (30.08% from 255 or 42.22% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 76 - color contains mainly: green. Hex color #274C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274C41 is #D8B3BE. Grayscale: #3F3F3F. Windows color (decimal): -14201791 or 4279335. OLE color: 4279335.

HSL color Cylindrical-coordinate representation of color #274C41: hue angle of 162.16º 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 #274C41 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.

Color convert

RGB 39 76 65 -
CMYK 0.49 0 0.14 0.70
HSL 162.16º 0.32% 0.23% -
HSV(B) 162.16º 0.49% 0.3% -
XYZ 4.38 5.98 5.93 -
YUV 63.68 128.74 110.39 -
System Red Green Blue C M Y K H S L
Decimal 39 76 65 0.49 0 0.14 0.70 162.16 0.32 0.23
Hex 27 4C 41 31 0 E 46 A2 20 17
Octal 47 114 101 61 0 16 106 242 40 27
Binary 100111 1001100 1000001 110001 0 1110 1000110 10100010 100000 10111

Color Harmonies of #274C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274C41

Black with #274C41

Text Example


Text Example

White with #274C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #274C41;
 }
 .AnyTagClassName
 {
   color: #274C41;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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