Html Css Color HEX #30483D Te Papa Green

📋 copy color: '#30483D'

red 48 ◦ green 72 ◦ blue 61

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

Shades of Te Papa Green #30483D

Tints of Te Papa Green #30483D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 33.7%

R = 26.52%
G = 39.78%
B = 33.7%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#30483D (or 0x30483D) is known color: Te Papa Green. HEX triplet: 30, 48 and 3D. RGB value is (48,72,61). Sum of RGB (Red+Green+Blue) = 48+72+61=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 61 (24.22% from 255 or 33.70% from 181); Max value from RGB is 72 - color contains mainly: green. Hex color #30483D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30483D is #CFB7C2. Grayscale: #3F3F3F. Windows color (decimal): -13612995 or 4016176. OLE color: 4016176.

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

Color convert

RGB 48 72 61 -
CMYK 0.33 0 0.15 0.72
HSL 152.5º 0.2% 0.24% -
HSV(B) 152.5º 0.33% 0.28% -
XYZ 4.38 5.6 5.27 -
YUV 63.57 126.55 116.89 -
System Red Green Blue C M Y K H S L
Decimal 48 72 61 0.33 0 0.15 0.72 152.5 0.2 0.24
Hex 30 48 3D 21 0 F 48 98 14 18
Octal 60 110 75 41 0 17 110 230 24 30
Binary 110000 1001000 111101 100001 0 1111 1001000 10011000 10100 11000

Color Harmonies of #30483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30483D

Black with #30483D

Text Example


Text Example

White with #30483D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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