Html Css Color HEX #305341 Te Papa Green

📋 copy color: '#305341'

red 48 ◦ green 83 ◦ blue 65

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

Shades of Te Papa Green #305341

Tints of Te Papa Green #305341

RGB

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

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

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

R = 24.49%
G = 42.35%
B = 33.16%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#305341 (or 0x305341) is known color: Te Papa Green. HEX triplet: 30, 53 and 41. RGB value is (48,83,65). Sum of RGB (Red+Green+Blue) = 48+83+65=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 83 - color contains mainly: green. Hex color #305341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305341 is #CFACBE. Grayscale: #464646. Windows color (decimal): -13610175 or 4281136. OLE color: 4281136.

HSL color Cylindrical-coordinate representation of color #305341: hue angle of 149.14º 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 #305341 is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 83 65 -
CMYK 0.42 0 0.22 0.67
HSL 149.14º 0.27% 0.26% -
HSV(B) 149.14º 0.42% 0.33% -
XYZ 5.27 7.2 6.11 -
YUV 70.48 124.9 111.96 -
System Red Green Blue C M Y K H S L
Decimal 48 83 65 0.42 0 0.22 0.67 149.14 0.27 0.26
Hex 30 53 41 2A 0 16 43 95 1B 1A
Octal 60 123 101 52 0 26 103 225 33 32
Binary 110000 1010011 1000001 101010 0 10110 1000011 10010101 11011 11010

Color Harmonies of #305341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305341

Black with #305341

Text Example


Text Example

White with #305341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305341; }

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

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

background-color css

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

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

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

border-color css

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

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

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