Html Css Color HEX #305040 Te Papa Green

📋 copy color: '#305040'

red 48 ◦ green 80 ◦ blue 64

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

Shades of Te Papa Green #305040

Tints of Te Papa Green #305040

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.67%

 BLUE value IS 64 (25.39% from 255) = 33.33%

R = 25%
G = 41.67%
B = 33.33%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#305040 (or 0x305040) is known color: Te Papa Green. HEX triplet: 30, 50 and 40. RGB value is (48,80,64). Sum of RGB (Red+Green+Blue) = 48+80+64=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 80 (31.64% from 255 or 41.67% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 80 - color contains mainly: green. Hex color #305040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305040 is #CFAFBF. Grayscale: #444444. Windows color (decimal): -13610944 or 4214832. OLE color: 4214832.

HSL color Cylindrical-coordinate representation of color #305040: hue angle of 150º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #305040 is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 80 64 -
CMYK 0.40 0 0.20 0.69
HSL 150º 0.25% 0.25% -
HSV(B) 150º 0.4% 0.31% -
XYZ 5.01 6.74 5.89 -
YUV 68.61 125.4 113.3 -
System Red Green Blue C M Y K H S L
Decimal 48 80 64 0.40 0 0.20 0.69 150 0.25 0.25
Hex 30 50 40 28 0 14 45 96 19 19
Octal 60 120 100 50 0 24 105 226 31 31
Binary 110000 1010000 1000000 101000 0 10100 1000101 10010110 11001 11001

Color Harmonies of #305040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305040

Black with #305040

Text Example


Text Example

White with #305040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305040; }

 p { color: rgb(48,80,64); }

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

background-color css

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

 a { background-color: rgb(48,80,64); }

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

border-color css

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

 span { border-color: rgb(48,80,64); }

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