Html Css Color HEX #305443 Te Papa Green

📋 copy color: '#305443'

red 48 ◦ green 84 ◦ blue 67

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

Shades of Te Papa Green #305443

Tints of Te Papa Green #305443

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42.21%

 BLUE value IS 67 (26.56% from 255) = 33.67%

R = 24.12%
G = 42.21%
B = 33.67%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#305443 (or 0x305443) is known color: Te Papa Green. HEX triplet: 30, 54 and 43. RGB value is (48,84,67). Sum of RGB (Red+Green+Blue) = 48+84+67=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 84 (33.20% from 255 or 42.21% from 199); Blue value is 67 (26.56% from 255 or 33.67% from 199); Max value from RGB is 84 - color contains mainly: green. Hex color #305443 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305443 is #CFABBC. Grayscale: #474747. Windows color (decimal): -13609917 or 4412464. OLE color: 4412464.

HSL color Cylindrical-coordinate representation of color #305443: hue angle of 151.67º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #305443 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 84 67 -
CMYK 0.43 0 0.20 0.67
HSL 151.67º 0.27% 0.26% -
HSV(B) 151.67º 0.43% 0.33% -
XYZ 5.4 7.37 6.45 -
YUV 71.3 125.57 111.38 -
System Red Green Blue C M Y K H S L
Decimal 48 84 67 0.43 0 0.20 0.67 151.67 0.27 0.26
Hex 30 54 43 2B 0 14 43 98 1B 1A
Octal 60 124 103 53 0 24 103 230 33 32
Binary 110000 1010100 1000011 101011 0 10100 1000011 10011000 11011 11010

Color Harmonies of #305443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305443

Black with #305443

Text Example


Text Example

White with #305443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305443; }

 p { color: rgb(48,84,67); }

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

background-color css

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

 a { background-color: rgb(48,84,67); }

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

border-color css

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

 span { border-color: rgb(48,84,67); }

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