Html Css Color HEX #30483F Te Papa Green

📋 copy color: '#30483F'

red 48 ◦ green 72 ◦ blue 63

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

Shades of Te Papa Green #30483F

Tints of Te Papa Green #30483F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 39.34%

 BLUE value IS 63 (25% from 255) = 34.43%

R = 26.23%
G = 39.34%
B = 34.43%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#30483F (or 0x30483F) is known color: Te Papa Green. HEX triplet: 30, 48 and 3F. RGB value is (48,72,63). Sum of RGB (Red+Green+Blue) = 48+72+63=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 72 - color contains mainly: green. Hex color #30483F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30483F is #CFB7C0. Grayscale: #3F3F3F. Windows color (decimal): -13612993 or 4147248. OLE color: 4147248.

HSL color Cylindrical-coordinate representation of color #30483F: hue angle of 157.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #30483F is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB 48 72 63 -
CMYK 0.33 0 0.12 0.72
HSL 157.5º 0.2% 0.24% -
HSV(B) 157.5º 0.33% 0.28% -
XYZ 4.43 5.62 5.55 -
YUV 63.8 127.55 116.73 -
System Red Green Blue C M Y K H S L
Decimal 48 72 63 0.33 0 0.12 0.72 157.5 0.2 0.24
Hex 30 48 3F 21 0 C 48 9E 14 18
Octal 60 110 77 41 0 14 110 236 24 30
Binary 110000 1001000 111111 100001 0 1100 1001000 10011110 10100 11000

Color Harmonies of #30483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30483F

Black with #30483F

Text Example


Text Example

White with #30483F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30483F; }

 p { color: rgb(48,72,63); }

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

background-color css

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

 a { background-color: rgb(48,72,63); }

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

border-color css

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

 span { border-color: rgb(48,72,63); }

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