Html Css Color HEX #305545 Te Papa Green

📋 copy color: '#305545'

red 48 ◦ green 85 ◦ blue 69

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

Shades of Te Papa Green #305545

Tints of Te Papa Green #305545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 34.16%

R = 23.76%
G = 42.08%
B = 34.16%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#305545 (or 0x305545) is known color: Te Papa Green. HEX triplet: 30, 55 and 45. RGB value is (48,85,69). Sum of RGB (Red+Green+Blue) = 48+85+69=202 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.76% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 69 (27.34% from 255 or 34.16% from 202); Max value from RGB is 85 - color contains mainly: green. Hex color #305545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305545 is #CFAABA. Grayscale: #484848. Windows color (decimal): -13609659 or 4543792. OLE color: 4543792.

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

Color convert

RGB 48 85 69 -
CMYK 0.44 0 0.19 0.67
HSL 154.05º 0.28% 0.26% -
HSV(B) 154.05º 0.44% 0.33% -
XYZ 5.54 7.56 6.8 -
YUV 72.11 126.24 110.8 -
System Red Green Blue C M Y K H S L
Decimal 48 85 69 0.44 0 0.19 0.67 154.05 0.28 0.26
Hex 30 55 45 2C 0 13 43 9A 1C 1A
Octal 60 125 105 54 0 23 103 232 34 32
Binary 110000 1010101 1000101 101100 0 10011 1000011 10011010 11100 11010

Color Harmonies of #305545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305545

Black with #305545

Text Example


Text Example

White with #305545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305545; }

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

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

background-color css

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

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

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

border-color css

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

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

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