Html Css Color HEX #304B3F Te Papa Green

📋 copy color: '#304B3F'

red 48 ◦ green 75 ◦ blue 63

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

Shades of Te Papa Green #304B3F

Tints of Te Papa Green #304B3F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 40.32%

 BLUE value IS 63 (25% from 255) = 33.87%

R = 25.81%
G = 40.32%
B = 33.87%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#304B3F (or 0x304B3F) is known color: Te Papa Green. HEX triplet: 30, 4B and 3F. RGB value is (48,75,63). Sum of RGB (Red+Green+Blue) = 48+75+63=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 75 (29.69% from 255 or 40.32% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 75 - color contains mainly: green. Hex color #304B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304B3F is #CFB4C0. Grayscale: #414141. Windows color (decimal): -13612225 or 4148016. OLE color: 4148016.

HSL color Cylindrical-coordinate representation of color #304B3F: hue angle of 153.33º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #304B3F is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB 48 75 63 -
CMYK 0.36 0 0.16 0.71
HSL 153.33º 0.22% 0.24% -
HSV(B) 153.33º 0.36% 0.29% -
XYZ 4.63 6.02 5.62 -
YUV 65.56 126.55 115.48 -
System Red Green Blue C M Y K H S L
Decimal 48 75 63 0.36 0 0.16 0.71 153.33 0.22 0.24
Hex 30 4B 3F 24 0 10 47 99 16 18
Octal 60 113 77 44 0 20 107 231 26 30
Binary 110000 1001011 111111 100100 0 10000 1000111 10011001 10110 11000

Color Harmonies of #304B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304B3F

Black with #304B3F

Text Example


Text Example

White with #304B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304B3F; }

 p { color: rgb(48,75,63); }

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

background-color css

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

 a { background-color: rgb(48,75,63); }

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

border-color css

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

 span { border-color: rgb(48,75,63); }

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