Html Css Color HEX #305444 Te Papa Green

📋 copy color: '#305444'

red 48 ◦ green 84 ◦ blue 68

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

Shades of Te Papa Green #305444

Tints of Te Papa Green #305444

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42%

 BLUE value IS 68 (26.95% from 255) = 34%

R = 24%
G = 42%
B = 34%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#305444 (or 0x305444) is known color: Te Papa Green. HEX triplet: 30, 54 and 44. RGB value is (48,84,68). Sum of RGB (Red+Green+Blue) = 48+84+68=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 68 (26.95% from 255 or 34% from 200); Max value from RGB is 84 - color contains mainly: green. Hex color #305444 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305444 is #CFABBB. Grayscale: #474747. Windows color (decimal): -13609916 or 4478000. OLE color: 4478000.

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

Color convert

RGB 48 84 68 -
CMYK 0.43 0 0.19 0.67
HSL 153.33º 0.27% 0.26% -
HSV(B) 153.33º 0.43% 0.33% -
XYZ 5.43 7.39 6.61 -
YUV 71.41 126.07 111.3 -
System Red Green Blue C M Y K H S L
Decimal 48 84 68 0.43 0 0.19 0.67 153.33 0.27 0.26
Hex 30 54 44 2B 0 13 43 99 1B 1A
Octal 60 124 104 53 0 23 103 231 33 32
Binary 110000 1010100 1000100 101011 0 10011 1000011 10011001 11011 11010

Color Harmonies of #305444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305444

Black with #305444

Text Example


Text Example

White with #305444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305444; }

 p { color: rgb(48,84,68); }

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

background-color css

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

 a { background-color: rgb(48,84,68); }

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

border-color css

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

 span { border-color: rgb(48,84,68); }

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