Html Css Color HEX #304C43 Te Papa Green

📋 copy color: '#304C43'

red 48 ◦ green 76 ◦ blue 67

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

Shades of Te Papa Green #304C43

Tints of Te Papa Green #304C43

RGB

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

 GREEN value IS 76 (30.08% from 255) = 39.79%

 BLUE value IS 67 (26.56% from 255) = 35.08%

R = 25.13%
G = 39.79%
B = 35.08%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.12

 K value IS 0.70

RGB Variations

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

Color information

#304C43 (or 0x304C43) is known color: Te Papa Green. HEX triplet: 30, 4C and 43. RGB value is (48,76,67). Sum of RGB (Red+Green+Blue) = 48+76+67=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 76 (30.08% from 255 or 39.79% from 191); Blue value is 67 (26.56% from 255 or 35.08% from 191); Max value from RGB is 76 - color contains mainly: green. Hex color #304C43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304C43 is #CFB3BC. Grayscale: #424242. Windows color (decimal): -13611965 or 4410416. OLE color: 4410416.

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

Color convert

RGB 48 76 67 -
CMYK 0.37 0 0.12 0.70
HSL 160.71º 0.23% 0.24% -
HSV(B) 160.71º 0.37% 0.3% -
XYZ 4.82 6.2 6.25 -
YUV 66.6 128.22 114.73 -
System Red Green Blue C M Y K H S L
Decimal 48 76 67 0.37 0 0.12 0.70 160.71 0.23 0.24
Hex 30 4C 43 25 0 C 46 A1 17 18
Octal 60 114 103 45 0 14 106 241 27 30
Binary 110000 1001100 1000011 100101 0 1100 1000110 10100001 10111 11000

Color Harmonies of #304C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304C43

Black with #304C43

Text Example


Text Example

White with #304C43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,76,67); }

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

background-color css

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

 a { background-color: rgb(48,76,67); }

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

border-color css

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

 span { border-color: rgb(48,76,67); }

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