Html Css Color HEX #30463E Te Papa Green

📋 copy color: '#30463E'

red 48 ◦ green 70 ◦ blue 62

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

Shades of Te Papa Green #30463E

Tints of Te Papa Green #30463E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.89%

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

R = 26.67%
G = 38.89%
B = 34.44%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.11

 K value IS 0.73

RGB Variations

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

Color information

#30463E (or 0x30463E) is known color: Te Papa Green. HEX triplet: 30, 46 and 3E. RGB value is (48,70,62). Sum of RGB (Red+Green+Blue) = 48+70+62=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 70 (27.73% from 255 or 38.89% from 180); Blue value is 62 (24.61% from 255 or 34.44% from 180); Max value from RGB is 70 - color contains mainly: green. Hex color #30463E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30463E is #CFB9C1. Grayscale: #3E3E3E. Windows color (decimal): -13613506 or 4081200. OLE color: 4081200.

HSL color Cylindrical-coordinate representation of color #30463E: hue angle of 158.18º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #30463E is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 70 62 -
CMYK 0.31 0 0.11 0.73
HSL 158.18º 0.19% 0.23% -
HSV(B) 158.18º 0.31% 0.27% -
XYZ 4.28 5.36 5.37 -
YUV 62.51 127.71 117.65 -
System Red Green Blue C M Y K H S L
Decimal 48 70 62 0.31 0 0.11 0.73 158.18 0.19 0.23
Hex 30 46 3E 1F 0 B 49 9E 13 17
Octal 60 106 76 37 0 13 111 236 23 27
Binary 110000 1000110 111110 11111 0 1011 1001001 10011110 10011 10111

Color Harmonies of #30463E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30463E

Black with #30463E

Text Example


Text Example

White with #30463E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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