Html Css Color HEX #30443E Te Papa Green

📋 copy color: '#30443E'

red 48 ◦ green 68 ◦ blue 62

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

Shades of Te Papa Green #30443E

Tints of Te Papa Green #30443E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 38.2%

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

R = 26.97%
G = 38.2%
B = 34.83%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.73

RGB Variations

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

Color information

#30443E (or 0x30443E) is known color: Te Papa Green. HEX triplet: 30, 44 and 3E. RGB value is (48,68,62). Sum of RGB (Red+Green+Blue) = 48+68+62=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 68 (26.95% from 255 or 38.20% from 178); Blue value is 62 (24.61% from 255 or 34.83% from 178); Max value from RGB is 68 - color contains mainly: green. Hex color #30443E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30443E is #CFBBC1. Grayscale: #3D3D3D. Windows color (decimal): -13614018 or 4080688. OLE color: 4080688.

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

Color convert

RGB 48 68 62 -
CMYK 0.29 0 0.09 0.73
HSL 162º 0.17% 0.23% -
HSV(B) 162º 0.29% 0.27% -
XYZ 4.16 5.11 5.32 -
YUV 61.34 128.37 118.49 -
System Red Green Blue C M Y K H S L
Decimal 48 68 62 0.29 0 0.09 0.73 162 0.17 0.23
Hex 30 44 3E 1D 0 9 49 A2 11 17
Octal 60 104 76 35 0 11 111 242 21 27
Binary 110000 1000100 111110 11101 0 1001 1001001 10100010 10001 10111

Color Harmonies of #30443E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30443E

Black with #30443E

Text Example


Text Example

White with #30443E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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