Html Css Color HEX #305448 Te Papa Green

📋 copy color: '#305448'

red 48 ◦ green 84 ◦ blue 72

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

Shades of Te Papa Green #305448

Tints of Te Papa Green #305448

RGB

 RED value IS 48 (19.14% from 255) = 23.53%

 GREEN value IS 84 (33.2% from 255) = 41.18%

 BLUE value IS 72 (28.52% from 255) = 35.29%

R = 23.53%
G = 41.18%
B = 35.29%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#305448 (or 0x305448) is known color: Te Papa Green. HEX triplet: 30, 54 and 48. RGB value is (48,84,72). Sum of RGB (Red+Green+Blue) = 48+84+72=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 84 - color contains mainly: green. Hex color #305448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305448 is #CFABB7. Grayscale: #474747. Windows color (decimal): -13609912 or 4740144. OLE color: 4740144.

HSL color Cylindrical-coordinate representation of color #305448: hue angle of 160º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #305448 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 84 72 -
CMYK 0.43 0 0.14 0.67
HSL 160º 0.27% 0.26% -
HSV(B) 160º 0.43% 0.33% -
XYZ 5.56 7.44 7.27 -
YUV 71.87 128.07 110.98 -
System Red Green Blue C M Y K H S L
Decimal 48 84 72 0.43 0 0.14 0.67 160 0.27 0.26
Hex 30 54 48 2B 0 E 43 A0 1B 1A
Octal 60 124 110 53 0 16 103 240 33 32
Binary 110000 1010100 1001000 101011 0 1110 1000011 10100000 11011 11010

Color Harmonies of #305448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305448

Black with #305448

Text Example


Text Example

White with #305448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305448; }

 p { color: rgb(48,84,72); }

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

background-color css

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

 a { background-color: rgb(48,84,72); }

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

border-color css

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

 span { border-color: rgb(48,84,72); }

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