Html Css Color HEX #30403B Te Papa Green

📋 copy color: '#30403B'

red 48 ◦ green 64 ◦ blue 59

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

Shades of Te Papa Green #30403B

Tints of Te Papa Green #30403B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 37.43%

 BLUE value IS 59 (23.44% from 255) = 34.5%

R = 28.07%
G = 37.43%
B = 34.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#30403B (or 0x30403B) is known color: Te Papa Green. HEX triplet: 30, 40 and 3B. RGB value is (48,64,59). Sum of RGB (Red+Green+Blue) = 48+64+59=171 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.07% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 64 - color contains mainly: green. Hex color #30403B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30403B is #CFBFC4. Grayscale: #3A3A3A. Windows color (decimal): -13615045 or 3883056. OLE color: 3883056.

HSL color Cylindrical-coordinate representation of color #30403B: hue angle of 161.25º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #30403B is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 64 59 -
CMYK 0.25 0 0.08 0.75
HSL 161.25º 0.14% 0.22% -
HSV(B) 161.25º 0.25% 0.25% -
XYZ 3.84 4.61 4.83 -
YUV 58.65 128.2 120.41 -
System Red Green Blue C M Y K H S L
Decimal 48 64 59 0.25 0 0.08 0.75 161.25 0.14 0.22
Hex 30 40 3B 19 0 8 4B A1 E 16
Octal 60 100 73 31 0 10 113 241 16 26
Binary 110000 1000000 111011 11001 0 1000 1001011 10100001 1110 10110

Color Harmonies of #30403B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30403B

Black with #30403B

Text Example


Text Example

White with #30403B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30403B; }

 p { color: rgb(48,64,59); }

 H1.HeaderClassName
 {
   color: #30403B;
 }
 .AnyTagClassName
 {
   color: #30403B;
 }
</style>

background-color css

<style>
 a { background-color: #30403B; }

 a { background-color: rgb(48,64,59); }

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

border-color css

<style>
 span { border-color: #30403B; }

 span { border-color: rgb(48,64,59); }

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