Html Css Color HEX #274C3F Te Papa Green

📋 copy color: '#274C3F'

red 39 ◦ green 76 ◦ blue 63

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

Shades of Te Papa Green #274C3F

Tints of Te Papa Green #274C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 35.39%

R = 21.91%
G = 42.7%
B = 35.39%

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

#274C3F (or 0x274C3F) is known color: Te Papa Green. HEX triplet: 27, 4C and 3F. RGB value is (39,76,63). Sum of RGB (Red+Green+Blue) = 39+76+63=178 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.91% from 178); Green value is 76 (30.08% from 255 or 42.70% from 178); Blue value is 63 (25% from 255 or 35.39% from 178); Max value from RGB is 76 - color contains mainly: green. Hex color #274C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274C3F is #D8B3C0. Grayscale: #3F3F3F. Windows color (decimal): -14201793 or 4148263. OLE color: 4148263.

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

Color convert

RGB 39 76 63 -
CMYK 0.49 0 0.17 0.70
HSL 158.92º 0.32% 0.23% -
HSV(B) 158.92º 0.49% 0.3% -
XYZ 4.32 5.96 5.63 -
YUV 63.46 127.74 110.56 -
System Red Green Blue C M Y K H S L
Decimal 39 76 63 0.49 0 0.17 0.70 158.92 0.32 0.23
Hex 27 4C 3F 31 0 11 46 9F 20 17
Octal 47 114 77 61 0 21 106 237 40 27
Binary 100111 1001100 111111 110001 0 10001 1000110 10011111 100000 10111

Color Harmonies of #274C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274C3F

Black with #274C3F

Text Example


Text Example

White with #274C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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