Html Css Color HEX #305447 Te Papa Green

📋 copy color: '#305447'

red 48 ◦ green 84 ◦ blue 71

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

Shades of Te Papa Green #305447

Tints of Te Papa Green #305447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 34.98%

R = 23.65%
G = 41.38%
B = 34.98%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#305447 (or 0x305447) is known color: Te Papa Green. HEX triplet: 30, 54 and 47. RGB value is (48,84,71). Sum of RGB (Red+Green+Blue) = 48+84+71=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 71 (28.12% from 255 or 34.98% from 203); Max value from RGB is 84 - color contains mainly: green. Hex color #305447 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305447 is #CFABB8. Grayscale: #474747. Windows color (decimal): -13609913 or 4674608. OLE color: 4674608.

HSL color Cylindrical-coordinate representation of color #305447: hue angle of 158.33º 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 #305447 is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 84 71 -
CMYK 0.43 0 0.15 0.67
HSL 158.33º 0.27% 0.26% -
HSV(B) 158.33º 0.43% 0.33% -
XYZ 5.53 7.42 7.1 -
YUV 71.75 127.57 111.06 -
System Red Green Blue C M Y K H S L
Decimal 48 84 71 0.43 0 0.15 0.67 158.33 0.27 0.26
Hex 30 54 47 2B 0 F 43 9E 1B 1A
Octal 60 124 107 53 0 17 103 236 33 32
Binary 110000 1010100 1000111 101011 0 1111 1000011 10011110 11011 11010

Color Harmonies of #305447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305447

Black with #305447

Text Example


Text Example

White with #305447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305447; }

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

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

background-color css

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

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

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

border-color css

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

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

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