Html Css Color HEX #33473F Te Papa Green

📋 copy color: '#33473F'

red 51 ◦ green 71 ◦ blue 63

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

Shades of Te Papa Green #33473F

Tints of Te Papa Green #33473F

RGB

 RED value IS 51 (20.31% from 255) = 27.57%

 GREEN value IS 71 (28.13% from 255) = 38.38%

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

R = 27.57%
G = 38.38%
B = 34.05%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#33473F (or 0x33473F) is known color: Te Papa Green. HEX triplet: 33, 47 and 3F. RGB value is (51,71,63). Sum of RGB (Red+Green+Blue) = 51+71+63=185 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.57% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 63 (25% from 255 or 34.05% from 185); Max value from RGB is 71 - color contains mainly: green. Hex color #33473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33473F is #CCB8C0. Grayscale: #404040. Windows color (decimal): -13416641 or 4146995. OLE color: 4146995.

HSL color Cylindrical-coordinate representation of color #33473F: hue angle of 156º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #33473F is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 51 71 63 -
CMYK 0.28 0 0.11 0.72
HSL 156º 0.16% 0.24% -
HSV(B) 156º 0.28% 0.28% -
XYZ 4.52 5.57 5.54 -
YUV 64.11 127.37 118.65 -
System Red Green Blue C M Y K H S L
Decimal 51 71 63 0.28 0 0.11 0.72 156 0.16 0.24
Hex 33 47 3F 1C 0 B 48 9C 10 18
Octal 63 107 77 34 0 13 110 234 20 30
Binary 110011 1000111 111111 11100 0 1011 1001000 10011100 10000 11000

Color Harmonies of #33473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33473F

Black with #33473F

Text Example


Text Example

White with #33473F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33473F; }

 p { color: rgb(51,71,63); }

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

background-color css

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

 a { background-color: rgb(51,71,63); }

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

border-color css

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

 span { border-color: rgb(51,71,63); }

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