Html Css Color HEX #305142 Te Papa Green

📋 copy color: '#305142'

red 48 ◦ green 81 ◦ blue 66

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

Shades of Te Papa Green #305142

Tints of Te Papa Green #305142

RGB

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

 GREEN value IS 81 (32.03% from 255) = 41.54%

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

R = 24.62%
G = 41.54%
B = 33.85%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.19

 K value IS 0.68

RGB Variations

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

Color information

#305142 (or 0x305142) is known color: Te Papa Green. HEX triplet: 30, 51 and 42. RGB value is (48,81,66). Sum of RGB (Red+Green+Blue) = 48+81+66=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 81 (32.03% from 255 or 41.54% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 81 - color contains mainly: green. Hex color #305142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305142 is #CFAEBD. Grayscale: #454545. Windows color (decimal): -13610686 or 4346160. OLE color: 4346160.

HSL color Cylindrical-coordinate representation of color #305142: hue angle of 152.73º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #305142 is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.68.

Color convert

RGB 48 81 66 -
CMYK 0.41 0 0.19 0.68
HSL 152.73º 0.26% 0.25% -
HSV(B) 152.73º 0.41% 0.32% -
XYZ 5.14 6.91 6.22 -
YUV 69.42 126.07 112.72 -
System Red Green Blue C M Y K H S L
Decimal 48 81 66 0.41 0 0.19 0.68 152.73 0.26 0.25
Hex 30 51 42 29 0 13 44 99 1A 19
Octal 60 121 102 51 0 23 104 231 32 31
Binary 110000 1010001 1000010 101001 0 10011 1000100 10011001 11010 11001

Color Harmonies of #305142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305142

Black with #305142

Text Example


Text Example

White with #305142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305142; }

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

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

background-color css

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

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

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

border-color css

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

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

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