Html Css Color HEX #33483F Te Papa Green

📋 copy color: '#33483F'

red 51 ◦ green 72 ◦ blue 63

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

Shades of Te Papa Green #33483F

Tints of Te Papa Green #33483F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.71%

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

R = 27.42%
G = 38.71%
B = 33.87%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#33483F (or 0x33483F) is known color: Te Papa Green. HEX triplet: 33, 48 and 3F. RGB value is (51,72,63). Sum of RGB (Red+Green+Blue) = 51+72+63=186 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.42% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 72 - color contains mainly: green. Hex color #33483F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33483F is #CCB7C0. Grayscale: #404040. Windows color (decimal): -13416385 or 4147251. OLE color: 4147251.

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

Color convert

RGB 51 72 63 -
CMYK 0.29 0 0.12 0.72
HSL 154.29º 0.17% 0.24% -
HSV(B) 154.29º 0.29% 0.28% -
XYZ 4.58 5.7 5.56 -
YUV 64.7 127.04 118.23 -
System Red Green Blue C M Y K H S L
Decimal 51 72 63 0.29 0 0.12 0.72 154.29 0.17 0.24
Hex 33 48 3F 1D 0 C 48 9A 11 18
Octal 63 110 77 35 0 14 110 232 21 30
Binary 110011 1001000 111111 11101 0 1100 1001000 10011010 10001 11000

Color Harmonies of #33483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33483F

Black with #33483F

Text Example


Text Example

White with #33483F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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