Html Css Color HEX #305045 Te Papa Green

📋 copy color: '#305045'

red 48 ◦ green 80 ◦ blue 69

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

Shades of Te Papa Green #305045

Tints of Te Papa Green #305045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 35.03%

R = 24.37%
G = 40.61%
B = 35.03%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#305045 (or 0x305045) is known color: Te Papa Green. HEX triplet: 30, 50 and 45. RGB value is (48,80,69). Sum of RGB (Red+Green+Blue) = 48+80+69=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 69 (27.34% from 255 or 35.03% from 197); Max value from RGB is 80 - color contains mainly: green. Hex color #305045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305045 is #CFAFBA. Grayscale: #454545. Windows color (decimal): -13610939 or 4542512. OLE color: 4542512.

HSL color Cylindrical-coordinate representation of color #305045: hue angle of 159.38º 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 #305045 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 80 69 -
CMYK 0.40 0 0.14 0.69
HSL 159.38º 0.25% 0.25% -
HSV(B) 159.38º 0.4% 0.31% -
XYZ 5.16 6.8 6.67 -
YUV 69.18 127.9 112.89 -
System Red Green Blue C M Y K H S L
Decimal 48 80 69 0.40 0 0.14 0.69 159.38 0.25 0.25
Hex 30 50 45 28 0 E 45 9F 19 19
Octal 60 120 105 50 0 16 105 237 31 31
Binary 110000 1010000 1000101 101000 0 1110 1000101 10011111 11001 11001

Color Harmonies of #305045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305045

Black with #305045

Text Example


Text Example

White with #305045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305045; }

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

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

background-color css

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

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

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

border-color css

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

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

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