Html Css Color HEX #305246 Te Papa Green

📋 copy color: '#305246'

red 48 ◦ green 82 ◦ blue 70

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

Shades of Te Papa Green #305246

Tints of Te Papa Green #305246

RGB

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

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

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

R = 24%
G = 41%
B = 35%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#305246 (or 0x305246) is known color: Te Papa Green. HEX triplet: 30, 52 and 46. RGB value is (48,82,70). Sum of RGB (Red+Green+Blue) = 48+82+70=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 70 (27.73% from 255 or 35% from 200); Max value from RGB is 82 - color contains mainly: green. Hex color #305246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305246 is #CFADB9. Grayscale: #464646. Windows color (decimal): -13610426 or 4608560. OLE color: 4608560.

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

Color convert

RGB 48 82 70 -
CMYK 0.41 0 0.15 0.68
HSL 158.82º 0.26% 0.25% -
HSV(B) 158.82º 0.41% 0.32% -
XYZ 5.34 7.11 6.88 -
YUV 70.47 127.74 111.98 -
System Red Green Blue C M Y K H S L
Decimal 48 82 70 0.41 0 0.15 0.68 158.82 0.26 0.25
Hex 30 52 46 29 0 F 44 9F 1A 19
Octal 60 122 106 51 0 17 104 237 32 31
Binary 110000 1010010 1000110 101001 0 1111 1000100 10011111 11010 11001

Color Harmonies of #305246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305246

Black with #305246

Text Example


Text Example

White with #305246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305246; }

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

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

background-color css

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

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

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

border-color css

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

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

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