Html Css Color HEX #305546 Te Papa Green

📋 copy color: '#305546'

red 48 ◦ green 85 ◦ blue 70

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

Shades of Te Papa Green #305546

Tints of Te Papa Green #305546

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.87%

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

R = 23.65%
G = 41.87%
B = 34.48%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#305546 (or 0x305546) is known color: Te Papa Green. HEX triplet: 30, 55 and 46. RGB value is (48,85,70). Sum of RGB (Red+Green+Blue) = 48+85+70=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 85 - color contains mainly: green. Hex color #305546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305546 is #CFAAB9. Grayscale: #484848. Windows color (decimal): -13609658 or 4609328. OLE color: 4609328.

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

Color convert

RGB 48 85 70 -
CMYK 0.44 0 0.18 0.67
HSL 155.68º 0.28% 0.26% -
HSV(B) 155.68º 0.44% 0.33% -
XYZ 5.57 7.57 6.96 -
YUV 72.23 126.74 110.72 -
System Red Green Blue C M Y K H S L
Decimal 48 85 70 0.44 0 0.18 0.67 155.68 0.28 0.26
Hex 30 55 46 2C 0 12 43 9C 1C 1A
Octal 60 125 106 54 0 22 103 234 34 32
Binary 110000 1010101 1000110 101100 0 10010 1000011 10011100 11100 11010

Color Harmonies of #305546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305546

Black with #305546

Text Example


Text Example

White with #305546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305546; }

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

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

background-color css

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

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

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

border-color css

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

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

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