Html Css Color HEX #30483E Te Papa Green

📋 copy color: '#30483E'

red 48 ◦ green 72 ◦ blue 62

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

Shades of Te Papa Green #30483E

Tints of Te Papa Green #30483E

RGB

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

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

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

R = 26.37%
G = 39.56%
B = 34.07%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#30483E (or 0x30483E) is known color: Te Papa Green. HEX triplet: 30, 48 and 3E. RGB value is (48,72,62). Sum of RGB (Red+Green+Blue) = 48+72+62=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 62 (24.61% from 255 or 34.07% from 182); Max value from RGB is 72 - color contains mainly: green. Hex color #30483E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30483E is #CFB7C1. Grayscale: #3F3F3F. Windows color (decimal): -13612994 or 4081712. OLE color: 4081712.

HSL color Cylindrical-coordinate representation of color #30483E: hue angle of 155º 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 #30483E is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB 48 72 62 -
CMYK 0.33 0 0.14 0.72
HSL 155º 0.2% 0.24% -
HSV(B) 155º 0.33% 0.28% -
XYZ 4.41 5.61 5.41 -
YUV 63.68 127.05 116.81 -
System Red Green Blue C M Y K H S L
Decimal 48 72 62 0.33 0 0.14 0.72 155 0.2 0.24
Hex 30 48 3E 21 0 E 48 9B 14 18
Octal 60 110 76 41 0 16 110 233 24 30
Binary 110000 1001000 111110 100001 0 1110 1001000 10011011 10100 11000

Color Harmonies of #30483E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30483E

Black with #30483E

Text Example


Text Example

White with #30483E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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