Html Css Color HEX #305442 Te Papa Green

📋 copy color: '#305442'

red 48 ◦ green 84 ◦ blue 66

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

Shades of Te Papa Green #305442

Tints of Te Papa Green #305442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 33.33%

R = 24.24%
G = 42.42%
B = 33.33%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#305442 (or 0x305442) is known color: Te Papa Green. HEX triplet: 30, 54 and 42. RGB value is (48,84,66). Sum of RGB (Red+Green+Blue) = 48+84+66=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 84 (33.20% from 255 or 42.42% from 198); Blue value is 66 (26.17% from 255 or 33.33% from 198); Max value from RGB is 84 - color contains mainly: green. Hex color #305442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305442 is #CFABBD. Grayscale: #474747. Windows color (decimal): -13609918 or 4346928. OLE color: 4346928.

HSL color Cylindrical-coordinate representation of color #305442: hue angle of 150º 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 #305442 is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 84 66 -
CMYK 0.43 0 0.21 0.67
HSL 150º 0.27% 0.26% -
HSV(B) 150º 0.43% 0.33% -
XYZ 5.37 7.36 6.29 -
YUV 71.18 125.07 111.46 -
System Red Green Blue C M Y K H S L
Decimal 48 84 66 0.43 0 0.21 0.67 150 0.27 0.26
Hex 30 54 42 2B 0 15 43 96 1B 1A
Octal 60 124 102 53 0 25 103 226 33 32
Binary 110000 1010100 1000010 101011 0 10101 1000011 10010110 11011 11010

Color Harmonies of #305442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305442

Black with #305442

Text Example


Text Example

White with #305442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305442; }

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

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

background-color css

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

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

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

border-color css

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

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

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