Html Css Color HEX #30473E Te Papa Green

📋 copy color: '#30473E'

red 48 ◦ green 71 ◦ blue 62

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

Shades of Te Papa Green #30473E

Tints of Te Papa Green #30473E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 39.23%

 BLUE value IS 62 (24.61% from 255) = 34.25%

R = 26.52%
G = 39.23%
B = 34.25%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.13

 K value IS 0.72

RGB Variations

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

Color information

#30473E (or 0x30473E) is known color: Te Papa Green. HEX triplet: 30, 47 and 3E. RGB value is (48,71,62). Sum of RGB (Red+Green+Blue) = 48+71+62=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 71 (28.12% from 255 or 39.23% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 71 - color contains mainly: green. Hex color #30473E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30473E is #CFB8C1. Grayscale: #3F3F3F. Windows color (decimal): -13613250 or 4081456. OLE color: 4081456.

HSL color Cylindrical-coordinate representation of color #30473E: hue angle of 156.52º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #30473E is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.72.

Color convert

RGB 48 71 62 -
CMYK 0.32 0 0.13 0.72
HSL 156.52º 0.19% 0.23% -
HSV(B) 156.52º 0.32% 0.28% -
XYZ 4.34 5.48 5.39 -
YUV 63.1 127.38 117.23 -
System Red Green Blue C M Y K H S L
Decimal 48 71 62 0.32 0 0.13 0.72 156.52 0.19 0.23
Hex 30 47 3E 20 0 D 48 9D 13 17
Octal 60 107 76 40 0 15 110 235 23 27
Binary 110000 1000111 111110 100000 0 1101 1001000 10011101 10011 10111

Color Harmonies of #30473E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30473E

Black with #30473E

Text Example


Text Example

White with #30473E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30473E; }

 p { color: rgb(48,71,62); }

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

background-color css

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

 a { background-color: rgb(48,71,62); }

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

border-color css

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

 span { border-color: rgb(48,71,62); }

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