Html Css Color HEX #304D45 Te Papa Green

📋 copy color: '#304D45'

red 48 ◦ green 77 ◦ blue 69

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

Shades of Te Papa Green #304D45

Tints of Te Papa Green #304D45

RGB

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

 GREEN value IS 77 (30.47% from 255) = 39.69%

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

R = 24.74%
G = 39.69%
B = 35.57%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.10

 K value IS 0.70

RGB Variations

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

Color information

#304D45 (or 0x304D45) is known color: Te Papa Green. HEX triplet: 30, 4D and 45. RGB value is (48,77,69). Sum of RGB (Red+Green+Blue) = 48+77+69=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 77 (30.47% from 255 or 39.69% from 194); Blue value is 69 (27.34% from 255 or 35.57% from 194); Max value from RGB is 77 - color contains mainly: green. Hex color #304D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304D45 is #CFB2BA. Grayscale: #434343. Windows color (decimal): -13611707 or 4541744. OLE color: 4541744.

HSL color Cylindrical-coordinate representation of color #304D45: hue angle of 163.45º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #304D45 is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.70.

Color convert

RGB 48 77 69 -
CMYK 0.38 0 0.10 0.70
HSL 163.45º 0.23% 0.25% -
HSV(B) 163.45º 0.38% 0.3% -
XYZ 4.95 6.37 6.6 -
YUV 67.42 128.89 114.15 -
System Red Green Blue C M Y K H S L
Decimal 48 77 69 0.38 0 0.10 0.70 163.45 0.23 0.25
Hex 30 4D 45 26 0 A 46 A3 17 19
Octal 60 115 105 46 0 12 106 243 27 31
Binary 110000 1001101 1000101 100110 0 1010 1000110 10100011 10111 11001

Color Harmonies of #304D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304D45

Black with #304D45

Text Example


Text Example

White with #304D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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