Html Css Color HEX #274D40 Te Papa Green

📋 copy color: '#274D40'

red 39 ◦ green 77 ◦ blue 64

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

Shades of Te Papa Green #274D40

Tints of Te Papa Green #274D40

RGB

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

 GREEN value IS 77 (30.47% from 255) = 42.78%

 BLUE value IS 64 (25.39% from 255) = 35.56%

R = 21.67%
G = 42.78%
B = 35.56%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.70

RGB Variations

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

Color information

#274D40 (or 0x274D40) is known color: Te Papa Green. HEX triplet: 27, 4D and 40. RGB value is (39,77,64). Sum of RGB (Red+Green+Blue) = 39+77+64=180 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.67% from 180); Green value is 77 (30.47% from 255 or 42.78% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 77 - color contains mainly: green. Hex color #274D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #274D40 is #D8B2BF. Grayscale: #404040. Windows color (decimal): -14201536 or 4214055. OLE color: 4214055.

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

Color convert

RGB 39 77 64 -
CMYK 0.49 0 0.17 0.70
HSL 159.47º 0.33% 0.23% -
HSV(B) 159.47º 0.49% 0.3% -
XYZ 4.42 6.11 5.8 -
YUV 64.16 127.91 110.06 -
System Red Green Blue C M Y K H S L
Decimal 39 77 64 0.49 0 0.17 0.70 159.47 0.33 0.23
Hex 27 4D 40 31 0 11 46 9F 21 17
Octal 47 115 100 61 0 21 106 237 41 27
Binary 100111 1001101 1000000 110001 0 10001 1000110 10011111 100001 10111

Color Harmonies of #274D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274D40

Black with #274D40

Text Example


Text Example

White with #274D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,77,64); }

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

background-color css

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

 a { background-color: rgb(39,77,64); }

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

border-color css

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

 span { border-color: rgb(39,77,64); }

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