Html Css Color HEX #305446 Te Papa Green

📋 copy color: '#305446'

red 48 ◦ green 84 ◦ blue 70

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

Shades of Te Papa Green #305446

Tints of Te Papa Green #305446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 34.65%

R = 23.76%
G = 41.58%
B = 34.65%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#305446 (or 0x305446) is known color: Te Papa Green. HEX triplet: 30, 54 and 46. RGB value is (48,84,70). Sum of RGB (Red+Green+Blue) = 48+84+70=202 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.76% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 70 (27.73% from 255 or 34.65% from 202); Max value from RGB is 84 - color contains mainly: green. Hex color #305446 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305446 is #CFABB9. Grayscale: #474747. Windows color (decimal): -13609914 or 4609072. OLE color: 4609072.

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

Color convert

RGB 48 84 70 -
CMYK 0.43 0 0.17 0.67
HSL 156.67º 0.27% 0.26% -
HSV(B) 156.67º 0.43% 0.33% -
XYZ 5.49 7.41 6.94 -
YUV 71.64 127.07 111.14 -
System Red Green Blue C M Y K H S L
Decimal 48 84 70 0.43 0 0.17 0.67 156.67 0.27 0.26
Hex 30 54 46 2B 0 11 43 9D 1B 1A
Octal 60 124 106 53 0 21 103 235 33 32
Binary 110000 1010100 1000110 101011 0 10001 1000011 10011101 11011 11010

Color Harmonies of #305446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305446

Black with #305446

Text Example


Text Example

White with #305446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305446; }

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

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

background-color css

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

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

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

border-color css

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

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

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