Html Css Color HEX #305346 Te Papa Green

📋 copy color: '#305346'

red 48 ◦ green 83 ◦ blue 70

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

Shades of Te Papa Green #305346

Tints of Te Papa Green #305346

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.29%

 BLUE value IS 70 (27.73% from 255) = 34.83%

R = 23.88%
G = 41.29%
B = 34.83%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#305346 (or 0x305346) is known color: Te Papa Green. HEX triplet: 30, 53 and 46. RGB value is (48,83,70). Sum of RGB (Red+Green+Blue) = 48+83+70=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 70 (27.73% from 255 or 34.83% from 201); Max value from RGB is 83 - color contains mainly: green. Hex color #305346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305346 is #CFACB9. Grayscale: #474747. Windows color (decimal): -13610170 or 4608816. OLE color: 4608816.

HSL color Cylindrical-coordinate representation of color #305346: hue angle of 157.71º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #305346 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 83 70 -
CMYK 0.42 0 0.16 0.67
HSL 157.71º 0.27% 0.26% -
HSV(B) 157.71º 0.42% 0.33% -
XYZ 5.42 7.26 6.91 -
YUV 71.05 127.4 111.56 -
System Red Green Blue C M Y K H S L
Decimal 48 83 70 0.42 0 0.16 0.67 157.71 0.27 0.26
Hex 30 53 46 2A 0 10 43 9E 1B 1A
Octal 60 123 106 52 0 20 103 236 33 32
Binary 110000 1010011 1000110 101010 0 10000 1000011 10011110 11011 11010

Color Harmonies of #305346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305346

Black with #305346

Text Example


Text Example

White with #305346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305346; }

 p { color: rgb(48,83,70); }

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

background-color css

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

 a { background-color: rgb(48,83,70); }

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

border-color css

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

 span { border-color: rgb(48,83,70); }

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