Html Css Color HEX #274D42 Te Papa Green

📋 copy color: '#274D42'

red 39 ◦ green 77 ◦ blue 66

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

Shades of Te Papa Green #274D42

Tints of Te Papa Green #274D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 36.26%

R = 21.43%
G = 42.31%
B = 36.26%

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

#274D42 (or 0x274D42) is known color: Te Papa Green. HEX triplet: 27, 4D and 42. RGB value is (39,77,66). Sum of RGB (Red+Green+Blue) = 39+77+66=182 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.43% from 182); Green value is 77 (30.47% from 255 or 42.31% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 77 - color contains mainly: green. Hex color #274D42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #274D42 is #D8B2BD. Grayscale: #404040. Windows color (decimal): -14201534 or 4345127. OLE color: 4345127.

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

Color convert

RGB 39 77 66 -
CMYK 0.49 0 0.14 0.70
HSL 162.63º 0.33% 0.23% -
HSV(B) 162.63º 0.49% 0.3% -
XYZ 4.47 6.13 6.1 -
YUV 64.38 128.91 109.89 -
System Red Green Blue C M Y K H S L
Decimal 39 77 66 0.49 0 0.14 0.70 162.63 0.33 0.23
Hex 27 4D 42 31 0 E 46 A3 21 17
Octal 47 115 102 61 0 16 106 243 41 27
Binary 100111 1001101 1000010 110001 0 1110 1000110 10100011 100001 10111

Color Harmonies of #274D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274D42

Black with #274D42

Text Example


Text Example

White with #274D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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