Html Css Color HEX #305241 Te Papa Green

📋 copy color: '#305241'

red 48 ◦ green 82 ◦ blue 65

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

Shades of Te Papa Green #305241

Tints of Te Papa Green #305241

RGB

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

 GREEN value IS 82 (32.42% from 255) = 42.05%

 BLUE value IS 65 (25.78% from 255) = 33.33%

R = 24.62%
G = 42.05%
B = 33.33%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#305241 (or 0x305241) is known color: Te Papa Green. HEX triplet: 30, 52 and 41. RGB value is (48,82,65). Sum of RGB (Red+Green+Blue) = 48+82+65=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 82 - color contains mainly: green. Hex color #305241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305241 is #CFADBE. Grayscale: #454545. Windows color (decimal): -13610431 or 4280880. OLE color: 4280880.

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

Color convert

RGB 48 82 65 -
CMYK 0.41 0 0.21 0.68
HSL 150º 0.26% 0.25% -
HSV(B) 150º 0.41% 0.32% -
XYZ 5.19 7.04 6.09 -
YUV 69.9 125.24 112.38 -
System Red Green Blue C M Y K H S L
Decimal 48 82 65 0.41 0 0.21 0.68 150 0.26 0.25
Hex 30 52 41 29 0 15 44 96 1A 19
Octal 60 122 101 51 0 25 104 226 32 31
Binary 110000 1010010 1000001 101001 0 10101 1000100 10010110 11010 11001

Color Harmonies of #305241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305241

Black with #305241

Text Example


Text Example

White with #305241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305241; }

 p { color: rgb(48,82,65); }

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

background-color css

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

 a { background-color: rgb(48,82,65); }

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

border-color css

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

 span { border-color: rgb(48,82,65); }

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