Html Css Color HEX #304B3E Te Papa Green

📋 copy color: '#304B3E'

red 48 ◦ green 75 ◦ blue 62

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

Shades of Te Papa Green #304B3E

Tints of Te Papa Green #304B3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 33.51%

R = 25.95%
G = 40.54%
B = 33.51%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.17

 K value IS 0.71

RGB Variations

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

Color information

#304B3E (or 0x304B3E) is known color: Te Papa Green. HEX triplet: 30, 4B and 3E. RGB value is (48,75,62). Sum of RGB (Red+Green+Blue) = 48+75+62=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 75 (29.69% from 255 or 40.54% from 185); Blue value is 62 (24.61% from 255 or 33.51% from 185); Max value from RGB is 75 - color contains mainly: green. Hex color #304B3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304B3E is #CFB4C1. Grayscale: #414141. Windows color (decimal): -13612226 or 4082480. OLE color: 4082480.

HSL color Cylindrical-coordinate representation of color #304B3E: hue angle of 151.11º 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 #304B3E is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.71.

Color convert

RGB 48 75 62 -
CMYK 0.36 0 0.17 0.71
HSL 151.11º 0.22% 0.24% -
HSV(B) 151.11º 0.36% 0.29% -
XYZ 4.6 6.01 5.47 -
YUV 65.45 126.05 115.56 -
System Red Green Blue C M Y K H S L
Decimal 48 75 62 0.36 0 0.17 0.71 151.11 0.22 0.24
Hex 30 4B 3E 24 0 11 47 97 16 18
Octal 60 113 76 44 0 21 107 227 26 30
Binary 110000 1001011 111110 100100 0 10001 1000111 10010111 10110 11000

Color Harmonies of #304B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304B3E

Black with #304B3E

Text Example


Text Example

White with #304B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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