Html Css Color HEX #305243 Te Papa Green

📋 copy color: '#305243'

red 48 ◦ green 82 ◦ blue 67

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

Shades of Te Papa Green #305243

Tints of Te Papa Green #305243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 34.01%

R = 24.37%
G = 41.62%
B = 34.01%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.18

 K value IS 0.68

RGB Variations

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

Color information

#305243 (or 0x305243) is known color: Te Papa Green. HEX triplet: 30, 52 and 43. RGB value is (48,82,67). Sum of RGB (Red+Green+Blue) = 48+82+67=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 67 (26.56% from 255 or 34.01% from 197); Max value from RGB is 82 - color contains mainly: green. Hex color #305243 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305243 is #CFADBC. Grayscale: #464646. Windows color (decimal): -13610429 or 4411952. OLE color: 4411952.

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

Color convert

RGB 48 82 67 -
CMYK 0.41 0 0.18 0.68
HSL 153.53º 0.26% 0.25% -
HSV(B) 153.53º 0.41% 0.32% -
XYZ 5.25 7.07 6.4 -
YUV 70.12 126.24 112.22 -
System Red Green Blue C M Y K H S L
Decimal 48 82 67 0.41 0 0.18 0.68 153.53 0.26 0.25
Hex 30 52 43 29 0 12 44 9A 1A 19
Octal 60 122 103 51 0 22 104 232 32 31
Binary 110000 1010010 1000011 101001 0 10010 1000100 10011010 11010 11001

Color Harmonies of #305243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305243

Black with #305243

Text Example


Text Example

White with #305243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305243; }

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

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

background-color css

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

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

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

border-color css

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

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

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